@lanaco/lnc-react-ui
Version:
React component library
19 lines (18 loc) • 514 B
JavaScript
import { jsx as p } from "react/jsx-runtime";
import { forwardRef as s } from "react";
import { P as m } from "./index-S5Cd7WrG.js";
const r = s((t, o) => {
const { children: e, __TYPE__: _ = "Content", ...n } = t;
return /* @__PURE__ */ p("main", { ref: o, ...n, children: e });
});
r.propTypes = {
/**
* Do not override this property.
* Should only be used as indicator for type if you are passing custom component.
*/
__TYPE__: m.string
};
r.displayName = "Content";
export {
r as default
};