@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
32 lines (31 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Modal", {
enumerable: true,
get: function() {
return Modal;
}
});
var _object_spread = require("@swc/helpers/_/_object_spread");
var _jsxruntime = require("react/jsx-runtime");
var _core = require("@mantine/core");
var _ModalFooter = require("./ModalFooter");
var PlasmaModal = (0, _core.factory)(function(props, ref) {
return /*#__PURE__*/ (0, _jsxruntime.jsx)(_core.Modal, _object_spread._({
ref: ref
}, props));
});
PlasmaModal.displayName = '@coveord/plasma-mantine/Modal';
PlasmaModal.Root = _core.Modal.Root;
PlasmaModal.Body = _core.Modal.Body;
PlasmaModal.Overlay = _core.Modal.Overlay;
PlasmaModal.Content = _core.Modal.Content;
PlasmaModal.Header = _core.Modal.Header;
PlasmaModal.Title = _core.Modal.Title;
PlasmaModal.CloseButton = _core.Modal.CloseButton;
PlasmaModal.Stack = _core.Modal.Stack;
PlasmaModal.Footer = _ModalFooter.ModalFooter;
var Modal = PlasmaModal;
//# sourceMappingURL=Modal.js.map