UNPKG

ahooks-v2

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