UNPKG

@turnkey/react-wallet-kit

Version:

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

8 lines 254 B
interface QRCodeDisplayProps { uri: string; icon: string; isLoading?: boolean; } export declare function QRCodeDisplay(props: QRCodeDisplayProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=QRCodeDisplay.d.ts.map