Skip to content

Commit

Permalink
fix: export Avatar Props type
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaehiel committed Sep 28, 2023
1 parent e2c013c commit b05c65b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Avatar/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Avatar, { CAMERA } from './Avatar.component';
import Avatar, { CAMERA, AvatarProps } from './Avatar.component';

export { Avatar, CAMERA };
export type { AvatarProps };

0 comments on commit b05c65b

Please sign in to comment.