Repository URL to install this package:
|
Version:
0.0.13 ▾
|
import * as React from 'react';
import { PaymentCardIconAdapterProps } from './typings';
export declare const PayPalIcon: (props: Partial<any>) => JSX.Element;
export declare const ApplePayIcon: (props: Partial<any>) => JSX.Element;
declare class PaymentsCardIcon extends React.PureComponent<PaymentCardIconAdapterProps> {
render(): JSX.Element;
}
export { PaymentsCardIcon, PaymentsCardIcon as CardTypeIcon };
export default PaymentsCardIcon;