UNPKG

@prisma-cms/front-editor

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