recogito-client-core/src/index.js

8 lines
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';