Files
calendar/packages/ui/components/avatar/index.ts
T
sean-brydonandGitHub a669403604 Fix avatars not overlapping (#6405)
* Fix avatars being weird

* Fix useravatar import

* Fix type error

* Fixing spacing
2023-01-11 15:00:46 +00:00

5 lines
180 B
TypeScript

export { Avatar } from "./Avatar";
export type { AvatarProps } from "./Avatar";
export { AvatarGroup } from "./AvatarGroup";
export type { AvatarGroupProps } from "./AvatarGroup";