UNPKG

react-native-web-hooks

Version:
5 lines (4 loc) 157 B
import * as React from 'react'; export default function createPseudoHook<T>({ events }: { events: string[]; }): (ref: React.MutableRefObject<T>) => any;