UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

10 lines 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const css_1 = require("@reservoir0x/relay-design-system/css"); const BoxCss = (0, css_1.cva)({}); const Box = ({ css, children, id, ...props }) => { return ((0, jsx_runtime_1.jsx)("div", { className: (0, css_1.css)(BoxCss.raw(props), css_1.css.raw(css)), id: id, children: children })); }; exports.default = Box; //# sourceMappingURL=Box.js.map