Repository URL to install this package:
|
Version:
2.1.7 ▾
|
/// <reference types="react" />
import { PaymentSummaryProps } from './typings';
declare function defaultRenderPaymentMethod(props: PaymentSummaryProps): JSX.Element;
declare function defaultRenderOrderSummary(props: PaymentSummaryProps): JSX.Element;
export { defaultRenderOrderSummary, defaultRenderPaymentMethod };