4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
export { default } from './Badge.astro';
|
|
export { Badge } from './Badge';
|
|
export { badgeVariants, type BadgeVariants } from './badge.variants';
|