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

28 lines (27 loc) 816 B
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