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    
@skava/packages / pages / Checkout / sections / PlaceOrderButton / PlaceOrderButton.d.ts
Size: Mime:
import * as React from 'react';
import { NO_OP } from 'exotic';
import { SubmitOrderProps } from './typings';
declare class PlaceOrder extends React.PureComponent<SubmitOrderProps> {
    static defaultProps: {
        onError: typeof NO_OP;
    };
    render(): JSX.Element;
}
export { PlaceOrder };
export default PlaceOrder;