UNPKG

component-slider

Version:

used to show react components in carousal format

8 lines 185 B
/** * Created by shishirarora on 25/01/17. */ import _ from 'lodash'; export const getImages = (state) => { const imageList = _.get(state, 'imageList'); return {imageList}; };