mirror of
https://github.com/mathuo/dockview
synced 2025-09-02 07:26:21 +00:00
reduce public api
This commit is contained in:
parent
6a1d2757f0
commit
d2404f679b
@ -1,5 +1,3 @@
|
|||||||
export * from './events';
|
|
||||||
export * from './lifecycle';
|
|
||||||
export * from './dnd/dataTransfer';
|
export * from './dnd/dataTransfer';
|
||||||
export * from './api/component.api';
|
export * from './api/component.api';
|
||||||
|
|
||||||
@ -26,6 +24,8 @@ export * from './groupview/groupPanel';
|
|||||||
|
|
||||||
export * from './react'; // TODO: should be conditional on whether user wants the React wrappers
|
export * from './react'; // TODO: should be conditional on whether user wants the React wrappers
|
||||||
|
|
||||||
|
export { Event } from './events';
|
||||||
|
export { IDisposable } from './lifecycle';
|
||||||
export { Position } from './dnd/droptarget';
|
export { Position } from './dnd/droptarget';
|
||||||
export {
|
export {
|
||||||
FocusEvent,
|
FocusEvent,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user