recogito-client-core/src/index.js

9 lines
261 B
JavaScript

export { default as TextAnnotator } from './TextAnnotator';
export { default as WebAnnotation } from './WebAnnotation';
export * from './editor';
export * from './highlighter';
export * from './relations';
export * from './selection';
export * from './utils';