UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

26 lines (25 loc) 618 B
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