Repository URL to install this package:
|
Version:
2.0.2 ▾
|
import { PaymentAddNewCardProps } from './typings';
/**
* default preset function for replacing heading
*/
declare function renderPaymentCardHeadingPreset(props: PaymentAddNewCardProps): JSX.Element;
/**
* default preset function for replacing button
*/
declare function renderPaymentCardButtonPreset(props: PaymentAddNewCardProps): JSX.Element;
export { renderPaymentCardHeadingPreset, renderPaymentCardButtonPreset };