@teravn/onui
Version:
The React UI component library is based on MUI
15 lines (14 loc) • 411 B
TypeScript
import { OwnerStateThemeType } from './';
declare const CircularProgress: () => {
MuiCircularProgress: {
styleOverrides: {
colorPrimary: ({ theme }: OwnerStateThemeType) => {
color: string;
};
colorSecondary: ({ theme }: OwnerStateThemeType) => {
color: string;
};
};
};
};
export default CircularProgress;