@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
11 lines (10 loc) • 485 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
import { VerticalLayoutBody } from './VerticalLayoutBody.js';
import { VerticalLayoutHeader } from './VerticalLayoutHeader.js';
export const VerticalLayout = ({ children })=>/*#__PURE__*/ _jsx(_Fragment, {
children: children
});
VerticalLayout.Body = VerticalLayoutBody;
VerticalLayout.Header = VerticalLayoutHeader;
VerticalLayout.displayName = 'Vertical';
//# sourceMappingURL=VerticalLayout.js.map