mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
9 lines
183 B
TypeScript
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'
|