mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
7 lines
230 B
TypeScript
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
|