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.

13 lines (11 loc) 524 B
import { ReactNode } from 'react'; interface SidebarBoxContainerProps { icon?: ReactNode; title: string; children: ReactNode; noScroll?: boolean; expandedByDefault?: boolean; } export declare const SidebarBoxContainer: ({ icon, title, children, }: SidebarBoxContainerProps) => import("react/jsx-runtime").JSX.Element; declare const _default: import('react').MemoExoticComponent<({ icon, title, children, }: SidebarBoxContainerProps) => import("react/jsx-runtime").JSX.Element>; export default _default;