UNPKG

react-visual-annotator

Version:

Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.

6 lines (4 loc) 369 B
import { SvgIconTypeMap } from '@mui/material'; import { OverridableComponent } from '@mui/material/OverridableComponent'; export declare const IconDictionaryContext: import('react').Context<Record<string, OverridableComponent<SvgIconTypeMap<{}, "svg">>>>; export declare const useIconDictionary: () => Record<string, OverridableComponent<SvgIconTypeMap<{}, "svg">>>;