Repository URL to install this package:
|
Version:
2.1.7 ▾
|
import { PaymentSummaryProps as PaymentSummaryPlaceholderProps } from 'abstractions/OrderHistory/PaymentSummary';
import { SelectionListProps } from 'presets/SectionList/typings';
export interface LabelValue {
label: string;
value: string;
}
export declare type LabelValueType = LabelValue;
export interface PaymentSummaryProps extends PaymentSummaryPlaceholderProps {
paymentMethodConfig?: LabelValue;
orderSummaryConfig?: SelectionListProps;
}