mirror of
https://github.com/mathuo/dockview
synced 2025-08-16 06:06:03 +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 './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 { Event } from './events';
|
||||
export { IDisposable } from './lifecycle';
|
||||
export { Position } from './dnd/droptarget';
|
||||
export {
|
||||
FocusEvent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user