Files
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +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