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) 252 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Card } from '../Card'; export const ContractComponent = ({ children, ...props }) => { if (!children) { return null; } return _jsx(Card, { ...props, children: children }); };