UNPKG

ngx-tree-select

Version:

Angular component for select with tree items.

18 lines 454 B
var ExpandMode = /** @class */ (function () { function ExpandMode() { } ExpandMode.None = 'None'; ExpandMode.Selection = 'Selection'; ExpandMode.All = 'All'; return ExpandMode; }()); export { ExpandMode }; function ExpandMode_tsickle_Closure_declarations() { /** @type {?} */ ExpandMode.None; /** @type {?} */ ExpandMode.Selection; /** @type {?} */ ExpandMode.All; } //# sourceMappingURL=expand-mode.js.map