UNPKG

jb-mobile-input-react

Version:
5 lines (4 loc) 174 B
import { MutableRefObject } from "react"; type InitFunc<T> = () => T; export declare const useLazyRef: <T>(initValFunc: InitFunc<T>) => MutableRefObject<any>; export {};