Merge pull request #2862 from titou10titou10/patch-3

fixed typo in AutoComplete.d.ts: AutoCompletenOptionLabelType -> AutoCompleteOptionLabelType with no extra "n"
pull/2873/head
Tuğçe Küçükoğlu 2022-08-19 17:25:39 +03:00 committed by GitHub
commit a7eb04bb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export interface AutoCompleteProps {
* Property name or getter function to use as the label of an option group.
* @see AutoCompletenOptionLabelType
*/
optionGroupLabel?: AutoCompletenOptionLabelType;
optionGroupLabel?: AutoCompleteOptionLabelType;
/**
* Property name or getter function that refers to the children options of option group.
* @see AutoCompleteOptionChildrenType