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) • 314 B
TypeScript
import { ReactNode } from 'react';
interface PreventScrollToParentsProps {
children: ReactNode;
[key: string]: any;
}
export declare const PreventScrollToParents: ({ children, ...otherProps }: PreventScrollToParentsProps) => import("react/jsx-runtime").JSX.Element;
export default PreventScrollToParents;