UNPKG

@amnstak/react-image-annotate

Version:

[![npm version](https://img.shields.io/npm/v/@asi/react-image-annotate.svg)](https://www.npmjs.com/package/@amnstak/react-image-annotate)

9 lines (7 loc) 314 B
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;