Exported autocomplete

This commit is contained in:
Rainer Simon 2021-02-20 19:06:58 +01:00
parent b408fd0765
commit 40d49a44ab
1 changed files with 1 additions and 0 deletions

View File

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