@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
24 lines (23 loc) • 790 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
InlineConfirmProvider: function() {
return InlineConfirmProvider;
},
useInlineConfirm: function() {
return useInlineConfirm;
}
});
var _sliced_to_array = require("@swc/helpers/_/_sliced_to_array");
var _core = require("@mantine/core");
var _createSafeContext = _sliced_to_array._((0, _core.createSafeContext)('InlineConfirm component was not found in tree'), 2);
var InlineConfirmProvider = _createSafeContext[0], useInlineConfirm = _createSafeContext[1];
//# sourceMappingURL=InlineConfirmContext.js.map