@nodeject/ui-components
Version:
UI library for non-trivial components
9 lines (8 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LayoutStyle = void 0;
var LayoutStyle;
(function (LayoutStyle) {
LayoutStyle[LayoutStyle["Org"] = 0] = "Org";
LayoutStyle[LayoutStyle["List"] = 1] = "List";
})(LayoutStyle = exports.LayoutStyle || (exports.LayoutStyle = {}));