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.

9 lines (7 loc) 327 B
import { Action, MainLayoutState } from '../MainLayout/types.ts'; interface DebugSidebarBoxProps { state: MainLayoutState; lastAction: Action | undefined; } export declare const DebugSidebarBox: ({ state, lastAction, }: DebugSidebarBoxProps) => import("react/jsx-runtime").JSX.Element; export default DebugSidebarBox;