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