UNPKG

@loona/react

Version:

App State Management done with GraphQL (react integration)

6 lines (5 loc) 267 B
import * as React from 'react'; import { Dispatch } from '../types'; export declare function connect(factory: ((dispatch: Dispatch) => { [propName: string]: (...args: any[]) => any; })): (WrappedComponent: React.ComponentType<{}>) => (props: any) => JSX.Element;