fix CascadeSelectProp.optionGroupChildren type

pull/1227/head
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
1 changed files with 1 additions and 1 deletions

View File

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