2
0
Files
cal/calcom/packages/ui/components/avatar/index.ts

8 lines
343 B
TypeScript
Raw Normal View History

2024-08-09 00:39:27 +02:00
export { Avatar } from "./Avatar";
export { UserAvatar } from "./UserAvatar";
export type { AvatarProps } from "./Avatar";
export { AvatarGroup } from "./AvatarGroup";
export { UserAvatarGroup } from "./UserAvatarGroup";
export { UserAvatarGroupWithOrg } from "./UserAvatarGroupWithOrg";
export type { AvatarGroupProps } from "./AvatarGroup";