@recogito/text-annotator 3.0.0-rc.8 → 3.0.0-rc.9

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.
@@ -1,3 +1,3 @@
1
- import type { TextAnnotationStore } from 'src/state';
1
+ import { type TextAnnotationStore } from '../state';
2
2
  import type { TextAnnotation } from '../model/TextAnnotation';
3
3
  export declare const scrollIntoView: (container: HTMLElement, store: TextAnnotationStore) => (annotation: TextAnnotation) => boolean;
@@ -4,5 +4,6 @@ export * from './state';
4
4
  export * from './presence/PresencePainterOptions';
5
5
  export * from './TextAnnotator';
6
6
  export * from './TextAnnotatorOptions';
7
+ export type { Filter } from '@annotorious/core';
7
8
  import { Origin as _Origin } from '@annotorious/core';
8
9
  export { _Origin as Origin };