Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSonOfThomp committed May 3, 2024
1 parent fa6e5c6 commit 66465b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chat/avatar/src/Avatar/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
export { ChatAvatar } from './Avatar';
export {
ChatAvatar,
chatAvatarSizeMap,
variantToAvatarFormatMap,
} from './Avatar';
export {
type ChatAvatarProps,
ChatAvatarSize,
chatAvatarSizeMap,
ChatAvatarVariant,
} from './Avatar.types';

0 comments on commit 66465b1

Please sign in to comment.