webpack-bootstrap-ui-kit/src/js/store/connect.js

4 lines
76 B
JavaScript

export function getItemList (store) {
return store.getState().items.all
}