riku
2025-04-22 45be153eaef9e1c1a3fe21515e9cbd785fba8e1f
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;
}