synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
28 lines (27 loc) • 816 B
JavaScript
import { jsxs as e, jsx as o } from "react/jsx-runtime";
import { Stack as i, Skeleton as r } from "@mui/material";
import "@mui/material/Skeleton";
import { SkeletonTable as m } from "../Skeleton/SkeletonTable.js";
import { SkeletonParagraph as t } from "../Skeleton/SkeletonParagraph.js";
function a() {
return /* @__PURE__ */ e(
i,
{
role: "progressbar",
sx: {
gap: 2
},
children: [
/* @__PURE__ */ o(r, { height: 50, width: 200 }),
/* @__PURE__ */ o(t, { numRows: 2 }),
/* @__PURE__ */ o(m, { numCols: 2, numRows: 4, rowHeight: "30px" }),
/* @__PURE__ */ o(r, { height: 50, width: 100 }),
/* @__PURE__ */ o(t, { numRows: 2 })
]
}
);
}
export {
a as AclEditorSkeleton
};
//# sourceMappingURL=AclEditorSkeleton.js.map