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