UNPKG

@payfit/unity-components

Version:

21 lines (20 loc) 682 B
import { useFunnelLayoutContext as e } from "../FunnelLayout.context.js"; import { forwardRef as t } from "react"; import { uyTv as n } from "@payfit/unity-themes"; import { jsx as r } from "react/jsx-runtime"; //#region src/components/funnel-layout/parts/FunnelPageFooter.tsx var i = n({ base: "uy:px-300 uy:md:px-400" }), a = t(({ children: t, ...n }, a) => { let { ids: o } = e(); return /* @__PURE__ */ r("footer", { ref: a, "data-dd-privacy": "allow", ...n, className: i(), "data-unity-component": "FunnelPageFooter", id: o.footerId, children: t }); }); a.displayName = "FunnelPageFooter"; //#endregion export { a as FunnelPageFooter, i as funnelPageFooter };