UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

6 lines (5 loc) 389 B
import * as DropMenu from '../DropMenu/DropMenu.reducers'; import { ISearchableSelectState } from './SearchableSelect'; export declare function onSelect(state: ISearchableSelectState, selectedIndex: number): ISearchableSelectState; export declare function onSearch(state: ISearchableSelectState, searchText: string, firstVisibleIndex: number): ISearchableSelectState; export { DropMenu };