import { DROPDOWN_REDUCER_KEY } from './constants' export const getDropdownByKey = (state: any, key: string) => state[DROPDOWN_REDUCER_KEY][key]