@recogito/annotorious
Version:
A JavaScript image annotation library
14 lines • 326 B
TypeScript
export type Handle = string;
export declare const Handle: {
(value: string | number): string;
SHAPE: string;
TOP: string;
RIGHT: string;
BOTTOM: string;
LEFT: string;
TOP_LEFT: string;
TOP_RIGHT: string;
BOTTOM_RIGHT: string;
BOTTOM_LEFT: string;
};
//# sourceMappingURL=Handle.d.ts.map