semblance-dev/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts
2025-12-19 19:26:16 +00:00

7 lines
No EOL
256 B
TypeScript
Executable file

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