riku
2024-11-13 af930887f9972b7dd21c80599e697e44f5e5a579
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;
}