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.

14 lines (12 loc) 589 B
import { ReactNode } from 'react'; interface SidebarBoxProps { icon?: ReactNode; title: string; subTitle?: string; children: ReactNode; noScroll?: boolean; expandedByDefault?: boolean; } export declare const SidebarBox: ({ icon, title, subTitle, children, noScroll, expandedByDefault, }: SidebarBoxProps) => import("react/jsx-runtime").JSX.Element; declare const _default: import('react').MemoExoticComponent<({ icon, title, subTitle, children, noScroll, expandedByDefault, }: SidebarBoxProps) => import("react/jsx-runtime").JSX.Element>; export default _default;