UNPKG

@turnkey/react-wallet-kit

Version:

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

10 lines (7 loc) 217 B
'use strict'; async function getLottiePlayer() { const mod = await import('@lottiefiles/react-lottie-player'); return mod.Player; } exports.getLottiePlayer = getLottiePlayer; //# sourceMappingURL=Dynamic.js.map