UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

9 lines (8 loc) 628 B
import * as DropMenu from '../DropMenu/DropMenu.reducers'; import * as SearchField from '../SearchField/SearchField.reducers'; import { ISearchableMultiSelectState } from './SearchableMultiSelect'; export declare function onSelect(state: ISearchableMultiSelectState, selectedIndex: number[] | number): ISearchableMultiSelectState; export declare function onSearch(state: ISearchableMultiSelectState, searchText: string, firstVisibleIndex: number): ISearchableMultiSelectState; export declare function onRemoveAll(state: ISearchableMultiSelectState): ISearchableMultiSelectState; export { DropMenu }; export default SearchField;