reduce public api

This commit is contained in:
mathuo 2022-04-21 21:20:36 +01:00
parent 6a1d2757f0
commit d2404f679b
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -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,