UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

7 lines 256 B
type CheckboxFieldResult = { isValid: boolean; value: string | string[] | boolean | undefined; }; declare const _default: (options?: HTMLInputElement[]) => CheckboxFieldResult; export default _default; //# sourceMappingURL=getCheckboxValue.d.ts.map