UNPKG

@wulperstudio/cms

Version:
7 lines (6 loc) 169 B
import { ChipProps } from '@mui/material'; export interface ChipPropsModel { label?: string; chipProps?: ChipProps; size?: 'small' | 'medium' | undefined; }