@daimo/pay
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
36 lines (35 loc) • 1.54 kB
TypeScript
export declare const Scan: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const WarningIcon: () => import("react/jsx-runtime").JSX.Element;
export declare const Download: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ExternalLinkIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const AlertIcon: ({ ...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 TickIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const LoadingCircleIcon: ({ ...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 RetryIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const CopyToClipboardIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const AuthIcon: ({ ...props }: React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
export declare const SwitchIcon: ({ ...props }: {
[x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;