UNPKG

@lanaco/lnc-react-ui

Version:

React component library

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