UNPKG

@wulperstudio/cms

Version:
10 lines (9 loc) 230 B
import { AvatarGroupProps } from '@mui/material'; export interface AvatarModel { text?: string; url: string; } export interface GroupAvatarsPropsModel { avatarGroupProps: AvatarGroupProps; group?: AvatarModel[]; }