Skip to content

Commit

Permalink
artifact export
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksbnc committed Nov 19, 2023
1 parent 0285e80 commit 99e9d79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
export {
AvatarIndicatorPosition,
AvatarSize,
AvatarType,
AvatarVariant,
BoAvatar,
type AvatarIndicatorProps,
type AvatarInitialProps,
} from '@/components/Avatar';
export {
BadgeForm,
BadgeSize,
BadgeType,
BadgeVariant,
BoBadge,
} from '@/components/Badge';
export { BoIcon, Icon, IconSize } from '@/components/Icon';
export { BambooColor } from '@/constants';
export type { OptionalCss } from '@/types';

0 comments on commit 99e9d79

Please sign in to comment.