fix CascadeSelectProp.optionGroupChildren type
parent
581340d16e
commit
d5ceb72365
|
@ -6,7 +6,7 @@ interface CascadeSelectProps {
|
|||
optionLabel?: string;
|
||||
optionValue?: any;
|
||||
optionGroupLabel?: string;
|
||||
optionGroupChildren?: string;
|
||||
optionGroupChildren?: string[];
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
dataKey?: string;
|
||||
|
|
Loading…
Reference in New Issue