UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

6 lines (5 loc) 388 B
export { AvatarRoot, AvatarRootProvider, AvatarImage, AvatarFallback, AvatarIcon, AvatarContext, } from './avatar'; export { AvatarGroup } from './avatar-group'; export { type AvatarGroupProps } from './avatar-group'; export type { AvatarRootProps, AvatarRootProviderProps, AvatarImageProps, AvatarFallbackProps, AvatarIconProps, } from './avatar'; export * as Avatar from './namespace';