UNPKG

a1-redux

Version:

Angular >=1.5 and redux

8 lines (6 loc) 200 B
import _connect from './connect'; import _setup from './setup'; import _PropTypes from 'proptypes'; export const connect = _connect; export const setup = _setup; export const PropTypes = _PropTypes;