UNPKG

react-usehooks-ts

Version:

A collections of typescript supported react Custom hooks

4 lines (3 loc) 193 B
/// <reference types="react" /> declare const useOutSideClickHook: (callback: Function, initialValue?: null) => import("react").RefObject<HTMLInputElement>; export default useOutSideClickHook;