UNPKG

lucid-ui

Version:

A UI component library from Xandr.

5 lines 288 B
import * as DropMenu from '../DropMenu/DropMenu.reducers'; import { ISingleSelectState } from './SingleSelect'; export declare function onSelect(state: ISingleSelectState, selectedIndex: number): ISingleSelectState; export { DropMenu }; //# sourceMappingURL=SingleSelect.reducers.d.ts.map