Repository URL to install this package:
|
Version:
2.7.11 ▾
|
@skava/ui
/
dist
/
components
/
abstractions
/
Subscription
/
PaymentInformationCard
/
renderProps.d.ts
|
|---|
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, };