UNPKG

@connect-soft/react-file-upload

Version:

Component for React - supported drag & drop, upload big files

6 lines (5 loc) 258 B
import { LinearProgressProps } from '@mui/material/LinearProgress'; declare const LinearProgressWithLabel: ({ value, ...rest }: LinearProgressProps & { value: number; }) => import("react/jsx-runtime").JSX.Element; export default LinearProgressWithLabel;