UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

6 lines (3 loc) 146 B
import { SetStateAction } from 'react'; declare function resolveSetState<T>(action: SetStateAction<T>, prev: T): T; export { resolveSetState };