UNPKG

downshift

Version:

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.

7 lines (6 loc) 153 B
export declare const dropdownDefaultStateValues: { highlightedIndex: number; isOpen: boolean; selectedItem: null; inputValue: string; };