UNPKG

@recogito/annotorious

Version:

A JavaScript image annotation library

8 lines 213 B
import type { SvelteComponent } from 'svelte'; export interface ToolConfig { component: typeof SvelteComponent; opts?: { [key: string]: any; }; } //# sourceMappingURL=DrawingToolConfig.d.ts.map