UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

8 lines (7 loc) 262 B
import { RadioOrCheckboxOption } from '../types'; declare type RadioFieldResult = { isValid: boolean; value: number | string; }; declare const _default: (options?: RadioOrCheckboxOption[] | undefined) => RadioFieldResult; export default _default;