import { DROPDOWN_REDUCER_KEY } from '../reducers'

export const getDropdownByKey = (state: any, key: string) => state[DROPDOWN_REDUCER_KEY][key]
