Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { PaymentInformationCardState } from 'abstractions/Subscription/PaymentInformationCard';
import { PaymentInformationCardPresetProps, PaymentInformationCardItemPresetProps } from './typings';
declare function defaultRenderHeader(props: PaymentInformationCardPresetProps, state: PaymentInformationCardState): JSX.Element;
declare function defaultRenderItem(item: PaymentInformationCardItemPresetProps, state: PaymentInformationCardState): JSX.Element;
declare function defaultRenderForm(props: PaymentInformationCardPresetProps, state: PaymentInformationCardState): JSX.Element;
export { defaultRenderHeader, defaultRenderItem, defaultRenderForm };