UNPKG

@uigstudio/uig-nextjs-helper

Version:

``` npm install @uig/uig-nextjs-helper ``` or ``` yarn add -D @uig/uig-nextjs-helper ```

4 lines (3 loc) 101 B
export declare function useRefState<T>(initValue: T): [T, { current: T; }, (val: T) => void];