@labelu/image-annotator-react
Version:
image annotator for react
5 lines • 367 B
TypeScript
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