UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

7 lines 268 B
import { LinearProgressProps } from '@mui/material'; interface ProgressBarProps extends LinearProgressProps { statusMessage?: string; } export default function ProgressBar(props: ProgressBarProps): JSX.Element; export {}; //# sourceMappingURL=progress-bar.d.ts.map