UNPKG

@wulperstudio/cms

Version:
7 lines (6 loc) 205 B
import { CircularProgressProps } from '@mui/material'; export interface CircularProgressModel extends CircularProgressProps { size?: number; backgroundColor?: string; colorProgress?: string; }