@amnstak/react-image-annotate
Version:
[](https://www.npmjs.com/package/@amnstak/react-image-annotate)
26 lines (24 loc) • 622 B
TypeScript
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;