@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
29 lines (28 loc) • 853 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: Object.getOwnPropertyDescriptor(all, name).get
});
}
_export(exports, {
get CollectionLayouts () {
return CollectionLayouts;
},
get HorizontalLayout () {
return _HorizontalLayout.HorizontalLayout;
},
get VerticalLayout () {
return _VerticalLayout.VerticalLayout;
}
});
var _HorizontalLayout = require("./horizontal-layout/HorizontalLayout.js");
var _VerticalLayout = require("./vertical-layout/VerticalLayout.js");
var CollectionLayouts = {
Horizontal: _HorizontalLayout.HorizontalLayout,
Vertical: _VerticalLayout.VerticalLayout
};
//# sourceMappingURL=CollectionLayouts.js.map