UNPKG

@vimeo/iris

Version:
3 lines (2 loc) 170 B
import { SyntheticEvent } from 'react'; export declare function stopPrevent<Event extends SyntheticEvent<any>>(callback: (event: Event) => void): (event: Event) => void;