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    
@skava/packages / ui / CardType / index.d.ts
Size: Mime:
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;