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:
/// <reference types="react" />
import { PaymentSummaryProps } from './typings';
declare function defaultRenderPaymentMethod(props: PaymentSummaryProps): JSX.Element;
declare function defaultRenderOrderSummary(props: PaymentSummaryProps): JSX.Element;
export { defaultRenderOrderSummary, defaultRenderPaymentMethod };