UNPKG

react-hook-form-6

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