UNPKG

@wulperstudio/cms

Version:
13 lines (12 loc) 314 B
import { AvatarProps } from '@mui/material'; export interface AvatarPropsModel { avatarProps?: AvatarProps; text?: string; urlImg?: string; isImage?: boolean; badgeContent?: string | number; showZero?: boolean; invisibleBadge?: boolean; minHeight?: string; minWidth?: string; }