mirror of
https://github.com/mathuo/dockview
synced 2025-08-13 12:46:02 +00:00
Merge pull request #62 from mathuo/20-enhance-public-api
reduce public api
This commit is contained in:
commit
c499a6b11f
@ -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