Repository URL to install this package:
|
Version:
2.1.8 ▾
|
import React from 'react';
import { PaymentInformationCardProps, PaymentInformationCardState, PaymentInformationCardItemProps } from './typings';
declare function defaultRenderHeader(props: PaymentInformationCardProps, state: PaymentInformationCardState): JSX.Element;
declare function defaultRenderItem(item: PaymentInformationCardItemProps, state: PaymentInformationCardState): JSX.Element;
declare function defaultRenderList(props: PaymentInformationCardProps, state: PaymentInformationCardState): any[];
declare function defaultRenderCard(props: PaymentInformationCardProps, state: PaymentInformationCardState): React.ReactNode;
declare function defaultRenderForm(props: PaymentInformationCardProps, state: PaymentInformationCardState): JSX.Element;
export { defaultRenderHeader, defaultRenderItem, defaultRenderList, defaultRenderCard, defaultRenderForm, };