UNPKG

@arteneo/forge

Version:
6 lines (5 loc) 269 B
import React from "react"; import { LinearProgressProps } from "@mui/material"; declare const DialogBatchProgress: (props: LinearProgressProps) => React.JSX.Element | null; export default DialogBatchProgress; export { LinearProgressProps as DialogBatchProgressProps };