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.

10 lines (8 loc) 317 B
import { ReactNode } from 'react'; interface RightSidebarProps { children: ReactNode; initiallyExpanded?: boolean; height?: number; } export declare const RightSidebar: ({ children, initiallyExpanded, height, }: RightSidebarProps) => import("react/jsx-runtime").JSX.Element; export default RightSidebar;