mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 10:03:23 +00:00
We're establishing a common language for the Component Library. As part of this work we're renaming componentType to variant. Starting with badges.
3 lines
98 B
TypeScript
3 lines
98 B
TypeScript
export { BadgeDirective, BadgeVariant } from "./badge.directive";
|
|
export * from "./badge.module";
|