Repository URL to install this package:
|
Version:
2.0.18 ▾
|
/// <reference types="react" />
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 };