2
0
Files
cal/calcom/packages/ui/components/avatar/index.ts
2024-08-09 00:39:27 +02:00

8 lines
343 B
TypeScript

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";