Update AutoComplete.d.ts

typo: changed "AutoCompletenOptionLabelType" to "AutoCompleteOptionLabelType" (removed extra "n")
pull/2862/head
Denis Forveille 2022-08-17 10:19:20 -04:00 committed by GitHub
parent d1e7648da5
commit 6ab4f643b3
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. * Property name or getter function to use as the label of an option group.
* @see AutoCompletenOptionLabelType * @see AutoCompletenOptionLabelType
*/ */
optionGroupLabel?: AutoCompletenOptionLabelType; optionGroupLabel?: AutoCompleteOptionLabelType;
/** /**
* Property name or getter function that refers to the children options of option group. * Property name or getter function that refers to the children options of option group.
* @see AutoCompleteOptionChildrenType * @see AutoCompleteOptionChildrenType