UNPKG

@cosva-lab/form-builder

Version:
17 lines (15 loc) 575 B
import Loading_module_default from "./Loading.module.mjs"; import React from "react"; import CircularProgress from "@mui/material/CircularProgress"; //#region src/Loading/index.tsx const CircularIndeterminate = ({ style, color = "primary", disableShrink = false, size = 40, thickness = 3.6, variant = "indeterminate" }) => /* @__PURE__ */ React.createElement(CircularProgress, { variant: variant || "indeterminate", className: Loading_module_default.progress, style, size, color, disableShrink, thickness }); //#endregion export { CircularIndeterminate as default };