UNPKG

@coreui/react-pro

Version:

UI Components Library for React.js

3 lines (2 loc) 207 B
import { Dispatch, SetStateAction } from 'react'; export declare const useStateWithCallback: <S>(initialState: S, handler?: (prevState: S) => void, runHandler?: boolean) => [S, Dispatch<SetStateAction<S>>];