@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.
13 lines (12 loc) • 436 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContractComponent = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const Card_1 = require("../Card");
const ContractComponent = ({ children, ...props }) => {
if (!children) {
return null;
}
return (0, jsx_runtime_1.jsx)(Card_1.Card, { ...props, children: children });
};
exports.ContractComponent = ContractComponent;