UNPKG

167 BTypeScriptView Raw
1/// <reference types="react" />
2declare const useLazyRef: <Value>(getInitialValue: () => Value) => import("react").MutableRefObject<Value>;
3export default useLazyRef;