UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

12 lines (11 loc) 296 B
export declare type ISizeAvatar = 'sm' | 'xs' | 'md' | 'lg' | 'custom'; export interface IAvatar { /** * Adjust size */ size: ISizeAvatar; imageUrl?: string; isActive?: boolean; /** className only working with size = custom and imageUrl */ className?: string; }