UNPKG

@nexcodepl/store-react

Version:
3 lines (2 loc) 126 B
import { MutableRefObject } from "react"; export declare function useRefStatic<T>(staticValue: () => T): MutableRefObject<T>;