@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
25 lines (22 loc) • 778 B
JavaScript
import { asyncToGenerator as _asyncToGenerator, regenerator as _regenerator } from '../../../_virtual/_rollupPluginBabelHelpers.mjs';
function getLottiePlayer() {
return _getLottiePlayer.apply(this, arguments);
}
function _getLottiePlayer() {
_getLottiePlayer = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee() {
var mod;
return _regenerator().w(function (_context) {
while (1) switch (_context.n) {
case 0:
_context.n = 1;
return import('@lottiefiles/react-lottie-player');
case 1:
mod = _context.v;
return _context.a(2, mod.Player);
}
}, _callee);
}));
return _getLottiePlayer.apply(this, arguments);
}
export { getLottiePlayer };
//# sourceMappingURL=Dynamic.mjs.map