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"; Object.assign(BI, { Pane, ...layer, ...list, ...single, GridView, Pager, ...combination, Msg, }); export * from "./0.base"; export * from "./combination"; export * from "./layer"; export * from "./list"; export * from "./single"; export { Pane, GridView, Pager, Msg, }