UNPKG

@appello/common

Version:

Common package with many useful features for web and mobile development

3 lines (2 loc) 157 B
import { Dispatch, SetStateAction } from 'react'; export declare function useDefault<T>(defaultValue: T, initialValue: T): [T, Dispatch<SetStateAction<T>>];