@particle-network/connectkit
Version:
91 lines (90 loc) • 3.59 kB
TypeScript
export declare const CloseIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const BackIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Forward: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const PhoneIcon: ({ color, ...props }: {
[x: string]: any;
color?: string | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare const EmailIcon: ({ color, ...props }: {
[x: string]: any;
color?: string | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare const WarningIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const CopyQRIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const LoadingIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const DownArrowIcon: ({ spin, ...props }: {
[x: string]: any;
spin?: boolean | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ButtonLoadingIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ErrorIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ShareIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const RetryIconCircle: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const MoreOptionsIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const CheckIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const AccountSecurityIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const BuyIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const CopyIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ReceiveIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const SendIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const WalletIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const PlusIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const DisconnectIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ShareIconCircle: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const CopyIcon2: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ConnectArrowIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const FaceIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const SecurityIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const PasskeyIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;