Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import * as React from 'react';
export declare const PaymentContext: React.Context<any>;
export declare class PaymentProvider extends React.PureComponent {
    /**
     * @todo typings & split to dep
     */
    handleUpdate: (gqlProps: any) => void;
    renderProps: (gqlProps: any) => JSX.Element;
    render(): JSX.Element;
}