UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

14 lines (13 loc) 327 B
import { Theme } from '@mui/material/styles'; export default function LinearProgress(theme: Theme): { MuiLinearProgress: { styleOverrides: { root: { background: string; }; barColorPrimary: { background: string; }; }; }; };