fix: radio type
parent
346393f81e
commit
2ee9cd324b
|
@ -17,7 +17,7 @@ const RadioGroupOptionTypes = tuple('default', 'button');
|
||||||
export type RadioGroupOption = typeof RadioGroupOptionTypes[number];
|
export type RadioGroupOption = typeof RadioGroupOptionTypes[number];
|
||||||
|
|
||||||
export type RadioGroupChildOption = {
|
export type RadioGroupChildOption = {
|
||||||
label: any;
|
label?: any;
|
||||||
value: any;
|
value: any;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue