UNPKG

@loona/react

Version:

App State Management done with GraphQL (react integration)

6 lines 306 B
export { Query, Subscription } from 'react-apollo'; export { Action } from './internals/component/action'; export { Mutation } from './internals/component/mutation'; export { connect } from './internals/hoc/connect'; export { graphql } from './internals/hoc/graphql'; //# sourceMappingURL=components.js.map