9 lines
183 B
TypeScript

export { default as OsBadge } from './OsBadge.vue'
export {
badgeVariants,
type BadgeShape,
type BadgeSize,
type BadgeVariant,
type BadgeVariants,
} from './badge.variants'