react-autocomplete: remove trailing whitespace

This commit is contained in:
Sami Jaber
2018-06-15 13:35:51 -04:00
committed by GitHub
parent dd0d8c4281
commit daad2aca86

View File

@@ -149,12 +149,12 @@ declare namespace Autocomplete {
* True when the menu is visible. Provided to `onMenuVisibilityChange`.
*/
isOpen: boolean;
/**
* Index of the highlighted item, `null` if none currently is.
*/
highlightedIndex: number | null;
/**
* These three `menu___` values are used in CSS to layout the menu.
*/