recogito-client-core/src/index.js

9 lines
297 B
JavaScript

export { default as Editor } from './editor/Editor';
export { default as createEnvironment } from './Environment';
export { default as I18n } from './i18n';
export { default as WebAnnotation } from './WebAnnotation';
export * from './Icons';
export * from './selection';
export * from './utils';