dockview 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from 'dockview-core';
|
|
2
2
|
/**
|
|
3
3
|
* `dockview` is the recommended free entry point: a thin re-export of
|
|
4
|
-
* `dockview-core`. The separable enterprise feature modules
|
|
4
|
+
* `dockview-core`. The separable enterprise feature modules live in the
|
|
5
5
|
* separately-published `dockview-enterprise` package (which depends on and
|
|
6
6
|
* re-exports `dockview`); install that to opt into them.
|
|
7
7
|
*
|