UNPKG

igniteui-react-core

Version:
33 lines (32 loc) 1.93 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { Base, markType } from "./type"; import { WebDockManagerLayoutDescriptionModule } from "./WebDockManagerLayoutDescriptionModule"; import { WebContentPaneDescriptionModule } from "./WebContentPaneDescriptionModule"; import { WebSplitPaneDescriptionModule } from "./WebSplitPaneDescriptionModule"; import { WebDocumentHostDescriptionModule } from "./WebDocumentHostDescriptionModule"; import { WebTabGroupPaneDescriptionModule } from "./WebTabGroupPaneDescriptionModule"; import { WebTabHeaderElementDescriptionModule } from "./WebTabHeaderElementDescriptionModule"; import { WebDockManagerDescriptionMetadata } from "./WebDockManagerDescriptionMetadata"; /** * @hidden */ export let WebDockManagerDescriptionModule = /*@__PURE__*/ (() => { class WebDockManagerDescriptionModule extends Base { static register(a) { WebDockManagerLayoutDescriptionModule.register(a); WebContentPaneDescriptionModule.register(a); WebSplitPaneDescriptionModule.register(a); WebDocumentHostDescriptionModule.register(a); WebTabGroupPaneDescriptionModule.register(a); WebTabHeaderElementDescriptionModule.register(a); WebDockManagerDescriptionMetadata.d(a); } } WebDockManagerDescriptionModule.$t = /*@__PURE__*/ markType(WebDockManagerDescriptionModule, 'WebDockManagerDescriptionModule'); return WebDockManagerDescriptionModule; })();