volleyball-dev-frontend/node_modules/react-hook-form/dist/logic/getRadioValue.d.ts
2025-06-02 16:42:16 +00:00

7 lines
230 B
TypeScript

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