UNPKG

@trail-ui/react

Version:
16 lines (11 loc) 373 B
import { Avatar } from './avatar'; import { AvatarGroup } from './avatar-group'; // export types export type { AvatarProps } from './avatar'; export type { AvatarGroupProps } from './avatar-group'; // export misc export { AvatarIcon } from './avatar-icon'; // export context export { AvatarContext } from './avatar'; // export component export { Avatar, AvatarGroup };