riku
2024-11-07 5a678cce1b157411f20fbddfaed49c7bc8d9fba7
miniprogram_npm/tdesign-miniprogram/radio-group/type.d.ts
@@ -46,5 +46,7 @@
export interface RadioOptionObj {
    label?: string;
    value?: string | number;
    readonly?: boolean;
    disabled?: boolean;
    allowUncheck?: boolean;
}