1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00
Files
browser/libs/components/src/badge/index.ts
Oscar Hinton 017da06f9a [CL-160] Rename BadgeType to BadgeVariant (#7244)
We're establishing a common language for the Component Library. As part of this work we're renaming componentType to variant. Starting with badges.
2023-12-19 19:22:37 +01:00

3 lines
98 B
TypeScript

export { BadgeDirective, BadgeVariant } from "./badge.directive";
export * from "./badge.module";