makearmy-app/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts

7 lines
256 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
type CheckboxFieldResult = {
isValid: boolean;
value: string | string[] | boolean | undefined;
};
declare const _default: (options?: HTMLInputElement[]) => CheckboxFieldResult;
export default _default;
//# sourceMappingURL=getCheckboxValue.d.ts.map