UNPKG

@prisma-cms/front-editor

Version:
7 lines (6 loc) 151 B
export interface UserAvatarProps { classes?: Record<string, any>; size?: 'normal' | 'small' | 'big'; editable?: boolean; user?: any; }