UNPKG

uno-react

Version:

Common functions, and hooks for React.

4 lines (3 loc) 169 B
import * as React from 'react'; declare function useStateForField(defaultValue: any): [any, (event: any) => void, React.Dispatch<any>]; export default useStateForField;