import { jsx as a } from "react/jsx-runtime"; import { Box as c } from "./react-you-ui27.mjs"; const l = ({ children: s, style: o, ...r }) => (console.log(r, o), /* @__PURE__ */ a( c, { ...r, style: { borderRadius: "28px", backgroundColor: "var(--md-sys-color-surface)", color: "var(--md-sys-color-on-surface)", padding: "18px", display: "flex", ...o }, children: s } )); export { l as Paper };