mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +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";
|