UNPKG

react-haiku

Version:

React Hook & Utility Library

3 lines (2 loc) 191 B
export declare const on: <T extends EventTarget, A extends any[]>(obj: T, ...args: A) => void; export declare const off: <T extends EventTarget, A extends any[]>(obj: T, ...args: A) => void;