@fefade/react
Version:
Reusable React UI components powered by the fefade core system.
25 lines (24 loc) • 524 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { forwardRef as m } from "react";
import { b as c } from "../../index-DdnSr7Dp.js";
import '../../assets/DrawerContent.css';const d = "_drawerContent_wko3c_1", t = {
drawerContent: d
}, i = m((e, o) => {
const { className: r = "", children: n, ...s } = e;
return /* @__PURE__ */ a(
"div",
{
...s,
ref: o,
className: c(
r,
[r, t],
t.drawerContent
),
children: n
}
);
});
export {
i as default
};