synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
26 lines (25 loc) • 618 B
JavaScript
import { jsxs as s, jsx as e } from "react/jsx-runtime";
import { Box as n, LinearProgress as t, Typography as a } from "@mui/material";
function p(o) {
const { progressMessage: r } = o;
return /* @__PURE__ */ s(n, { sx: { my: 7.5, mx: 15 }, children: [
/* @__PURE__ */ e(t, {}),
r && /* @__PURE__ */ e(
a,
{
variant: "smallText1",
sx: {
color: "grey.600",
fontSize: "10px",
textAlign: "center",
my: 1
},
children: r
}
)
] });
}
export {
p as default
};
//# sourceMappingURL=QueryWrapperLoadingScreen.js.map