UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

14 lines 509 B
import React from 'react'; export interface IconProps { size?: number; color?: string; className?: string; style?: React.CSSProperties; } export declare const CalendarIcon: React.FC<IconProps>; export declare const PhoneIcon: React.FC<IconProps>; export declare const EmailIcon: React.FC<IconProps>; export declare const CloseIcon: React.FC<IconProps>; export declare const CheckIcon: React.FC<IconProps>; export declare const InfoIcon: React.FC<IconProps>; //# sourceMappingURL=Icons.d.ts.map