@rws-aoa/react-library
Version:
RWS AOA Design System
24 lines (23 loc) • 773 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { Container as e, Box as i, Typography as n, typographyClasses as m } from "@mui/material";
import { l as s } from "../../../chunks/lodash.DPVO3Hgf.js";
import { FontNormalSxProps as a } from "../../../_constants.js";
function c({
children: t,
TypographyProps: o
}) {
return /* @__PURE__ */ r(e, { maxWidth: "md", sx: {
height: "100%"
}, children: /* @__PURE__ */ r(i, { sx: {
height: "100%",
placeContent: "center center",
display: "flex",
alignItems: "center"
}, children: /* @__PURE__ */ r(n, { ...o, color: "textPrimary", sx: s.merge({
[`.${m.root}`]: a
}, o?.sx), variant: "h4", children: t }) }) });
}
export {
c as AoaNoPermission
};
//# sourceMappingURL=NoPermission.js.map