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