Merge pull request #2862 from titou10titou10/patch-3
fixed typo in AutoComplete.d.ts: AutoCompletenOptionLabelType -> AutoCompleteOptionLabelType with no extra "n"pull/2873/head
commit
a7eb04bb43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue