// @flow /** * Selects the thumbnail height to the quality level mapping from the config. * * @param {Object} state - The redux state. * @returns {Map} */ export function getMinHeightForQualityLvlMap(state: Object): Map { return state['features/video-quality'].minHeightForQualityLvl; }