UNPKG

cosmo-ui

Version:
4 lines (2 loc) 146 B
import { DROPDOWN_REDUCER_KEY } from '../reducers' export const getDropdownByKey = (state: any, key: string) => state[DROPDOWN_REDUCER_KEY][key]