@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
16 lines (15 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "TableLayouts", {
enumerable: true,
get: function() {
return TableLayouts;
}
});
var _RowLayout = require("./row-layout/RowLayout");
var TableLayouts = {
Rows: _RowLayout.RowLayout
};
//# sourceMappingURL=TableLayouts.js.map