UNPKG

@labelu/image-annotator-react

Version:
5 lines 367 B
import type { AnnotatorOptions } from '@labelu/image'; import { Annotator } from '@labelu/image'; export declare type ImageAnnotatorOptions = Omit<AnnotatorOptions, 'container'>; export declare const useImageAnnotator: (containerRef: React.RefObject<HTMLDivElement>, options: ImageAnnotatorOptions) => Annotator | null; //# sourceMappingURL=useImageAnnotator.d.ts.map