primereact
Version:
A rich set of premium UI Components for React.
8 lines (7 loc) • 360 B
TypeScript
export * from './Avatar.context';
export * as Avatar from './Avatar.parts';
export * as AvatarProps from './Avatar.props';
export { AvatarFallback, defaultFallbackProps } from './fallback';
export { AvatarImage, defaultImageProps } from './image';
export { AvatarRoot, defaultRootProps } from './root';
export type * from '@primereact/types/primitive/avatar';