feat: radiogroup support any label&value #4720
parent
84341ef912
commit
4021e89b15
|
@ -17,8 +17,8 @@ const RadioGroupOptionTypes = tuple('default', 'button');
|
|||
export type RadioGroupOption = typeof RadioGroupOptionTypes[number];
|
||||
|
||||
export type RadioGroupChildOption = {
|
||||
label: string;
|
||||
value: string;
|
||||
label: any;
|
||||
value: any;
|
||||
disabled?: boolean;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue