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.

9 lines (8 loc) 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useSetExecutableRoute = void 0; const RouteExecutionStore_1 = require("./RouteExecutionStore"); const useSetExecutableRoute = () => { return (0, RouteExecutionStore_1.useRouteExecutionStore)((state) => state.setExecutableRoute); }; exports.useSetExecutableRoute = useSetExecutableRoute;