UNPKG

@turnkey/react-wallet-kit

Version:

The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.

13 lines 726 B
/// <reference types="react" /> interface SVGProps { className?: string; style?: React.CSSProperties; } export declare function CoinbaseLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function MoonPayLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function TurnkeyLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function EthereumLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function SolanaLogo(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function QRCodeIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Svg.d.ts.map