UNPKG

uno-react

Version:

Common functions, and hooks for React.

3 lines (2 loc) 115 B
declare function useStateForModel<T>(initialValue: T): [T, (event: any) => void]; export default useStateForModel;