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