UNPKG

@vimeo/iris

Version:
3 lines (2 loc) 147 B
import { EventHandler } from 'react'; export declare function onEvent(callback?: (e: any) => void, handler?: EventHandler<any>): (e: any) => void;