import { Pane } from "./1.pane"; import * as single from "./single"; import * as layer from "./layer"; import * as list from "./list"; import { GridView } from "./grid/grid"; import { Pager } from "./pager/pager"; import * as combination from "./combination"; import { Msg } from "./foundation/message"; import * as base from "./0.base"; import { CollectionView } from "./collection/collection"; import { CustomTree } from "./tree/customtree"; Object.assign(BI, { Pane, ...layer, ...list, ...single, GridView, Pager, ...combination, Msg, ...base, CollectionView, CustomTree, }); export * from "./0.base"; export * from "./combination"; export * from "./layer"; export * from "./list"; export * from "./single"; export { Pane, GridView, Pager, Msg, CollectionView, CustomTree };