lucid-ui
Version:
A UI component library from Xandr.
9 lines • 688 B
TypeScript
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;
//# sourceMappingURL=SearchableMultiSelect.reducers.d.ts.map