mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
react-autocomplete: remove trailing whitespace
This commit is contained in:
4
types/react-autocomplete/index.d.ts
vendored
4
types/react-autocomplete/index.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user