getRadioValue.d.ts 230 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 type RadioFieldResult = { isValid: boolean; value: number | string | null; }; declare const _default: (options?: HTMLInputElement[]) => RadioFieldResult; export default _default; //# sourceMappingURL=getRadioValue.d.ts.map