UNPKG

dockview

Version:

Docking layout manager — tabs, groups, grids, splitviews, drag and drop, floating panels

20 lines (18 loc) 587 B
/** * dockview * @version 8.0.0 * @link https://github.com/dockview/dockview * @license MIT */ export * from "dockview-core" //#region src/index.ts /** * `dockview` is the recommended free entry point: a thin re-export of * `dockview-core`. The separable enterprise feature modules now live in the * separately-published `dockview-enterprise` package (which depends on and * re-exports `dockview`); install that to opt into them. * * This module has no side effects (it's a pure re-export), so bundlers can * fully tree-shake unused exports out of consumer builds. */ //#endregion