UNPKG

@useloops/design-system

Version:

The official React based Loops design system

10 lines (7 loc) 291 B
import { LinearProgressProps } from '@mui/material'; import { KpiIndicatorColor } from '../../../KpiIndicator/utils.js'; interface StyledLinearProgressProps extends LinearProgressProps { checked?: boolean; barColor?: KpiIndicatorColor; } export type { StyledLinearProgressProps };