Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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, };