@recogito/text-annotator 3.0.0-rc.3 → 3.0.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,5 @@ export * from './state';
4
4
  export * from './presence/PresencePainterOptions';
5
5
  export * from './TextAnnotator';
6
6
  export * from './TextAnnotatorOptions';
7
- export * from '@annotorious/core/src/model';
8
- import { Origin as _Origin } from '@annotorious/core/src/state';
9
- export declare const Origin: typeof _Origin;
7
+ import { Origin as _Origin } from '@annotorious/core';
8
+ export { _Origin as Origin };