fix CascadeSelectProp.optionGroupChildren type

This commit is contained in:
CNine 2021-04-30 14:50:32 +08:00 committed by GitHub
parent 581340d16e
commit d5ceb72365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ interface CascadeSelectProps {
optionLabel?: string;
optionValue?: any;
optionGroupLabel?: string;
optionGroupChildren?: string;
optionGroupChildren?: string[];
placeholder?: string;
disabled?: boolean;
dataKey?: string;