Update AutoComplete.d.ts
typo: changed "AutoCompletenOptionLabelType" to "AutoCompleteOptionLabelType" (removed extra "n")pull/2862/head
parent
d1e7648da5
commit
6ab4f643b3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue