UNPKG

react-use

Version:
4 lines (3 loc) 175 B
import { Dispatch, SetStateAction } from 'react'; declare const useRafState: <S>(initialState: S | (() => S)) => [S, Dispatch<SetStateAction<S>>]; export default useRafState;