UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

7 lines 230 B
type RadioFieldResult = { isValid: boolean; value: number | string | null; }; declare const _default: (options?: HTMLInputElement[]) => RadioFieldResult; export default _default; //# sourceMappingURL=getRadioValue.d.ts.map