@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
28 lines (25 loc) • 927 B
JavaScript
import { asyncToGenerator as _asyncToGenerator, regeneratorRuntime as _regeneratorRuntime } from '../../../_virtual/_rollupPluginBabelHelpers.mjs';
function getLottiePlayer() {
return _getLottiePlayer.apply(this, arguments);
}
function _getLottiePlayer() {
_getLottiePlayer = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
var mod;
return _regeneratorRuntime().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
_context.next = 2;
return import('@lottiefiles/react-lottie-player');
case 2:
mod = _context.sent;
return _context.abrupt("return", mod.Player);
case 4:
case "end":
return _context.stop();
}
}, _callee);
}));
return _getLottiePlayer.apply(this, arguments);
}
export { getLottiePlayer };
//# sourceMappingURL=Dynamic.mjs.map