@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
15 lines (14 loc) • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Checkbox", {
enumerable: true,
get: function() {
return _core.Checkbox;
}
});
var _core = require("@mantine/core");
_core.Checkbox.displayName = 'Checkbox';
_core.Checkbox.Group.displayName = 'Checkbox.Group';
//# sourceMappingURL=Checkbox.js.map