UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

10 lines (9 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Initializer = void 0; const hooks_1 = require("../hooks"); const Initializer = () => { (0, hooks_1.useInitializer)(); return null; }; exports.Initializer = Initializer;