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 226 B
export const getSplitSubvariant = (split) => { if (!split) { return 'swap'; } if (typeof split === 'string') { return split; } return split.defaultTab; }; //# sourceMappingURL=variant.js.map