UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

5 lines (4 loc) 237 B
import * as DropMenu from '../DropMenu/DropMenu.reducers'; import { ISingleSelectState } from './SingleSelect'; export declare function onSelect(state: ISingleSelectState, selectedIndex: number): ISingleSelectState; export { DropMenu };