UNPKG

@amnstak/react-image-annotate

Version:

[![npm version](https://img.shields.io/npm/v/@asi/react-image-annotate.svg)](https://www.npmjs.com/package/@amnstak/react-image-annotate)

26 lines (24 loc) 622 B
import { ExpandingLine } from '../../types/region-tools.ts'; declare const _default: (expandingLine: ExpandingLine) => { type: string; open: boolean; points: number[][]; unfinished: undefined; candidatePoint: undefined; id: string | number; cls?: string; locked?: boolean; visible?: boolean; color: string; editingLabels?: boolean; highlighted?: boolean; tags?: Array<string>; comment?: string; disableSideAction?: { remove?: boolean; lock?: boolean; visibility?: boolean; }; expandingWidth?: number; }; export default _default;