UNPKG

@recogito/annotorious

Version:

A JavaScript image annotation library

4 lines 334 B
import type { ImageAnnotation, ImageAnnotationStore } from '@annotorious/annotorious/src'; import type { SelectionState } from '@annotorious/core'; export declare const initKeyCommands: (container: HTMLElement, selection: SelectionState<ImageAnnotation>, store: ImageAnnotationStore) => void; //# sourceMappingURL=keyCommands.d.ts.map