UNPKG

149 BTypeScriptView Raw
1export interface AvatarPropsTypes {
2 src?: string;
3 shape?: 'square' | 'circle';
4 size?: string;
5 icon?: string;
6 bgColor?: string;
7}