@recogito/recogito-client-core
Version:
Core functions, classes and components for RecogitoJS
8 lines (7 loc) • 319 B
JavaScript
export { default as Editor } from './editor/Editor';
export { default as I18n } from './i18n';
export { default as WebAnnotation } from './WebAnnotation';
export { default as Selection } from './Selection';
export { default as createEnvironment } from './Environment';
export * from './Icons';
export * from './utils';