Minor API change

This commit is contained in:
Rainer Simon 2020-09-22 08:31:50 +02:00
parent 73642e21f4
commit 9d9b309eb9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export { default as Editor } from './editor/Editor'; export { default as Editor } from './editor/Editor';
export { default as Environment } from './Environment'; export { default as createEnvironment } from './Environment';
export { default as I18n } from './i18n'; export { default as I18n } from './i18n';
export { default as TextAnnotator } from './TextAnnotator'; export { default as TextAnnotator } from './TextAnnotator';
export { default as WebAnnotation } from './WebAnnotation'; export { default as WebAnnotation } from './WebAnnotation';