Merge pull request #62 from mathuo/20-enhance-public-api

reduce public api
This commit is contained in:
mathuo 2022-04-21 21:27:08 +01:00 committed by GitHub
commit c499a6b11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,