@payfit/unity-components
Version:
14 lines (13 loc) • 522 B
JavaScript
import { uyTv as e } from "@payfit/unity-themes";
import { jsx as t } from "react/jsx-runtime";
import { Heading as n } from "react-aria-components/Heading";
//#region src/components/promo-dialog/parts/PromoDialogTitle.tsx
var r = e({ base: ["uy:typography-h2 uy:md:typography-h1", "uy:mb-150 uy:md:mb-250"] }), i = ({ children: e }) => /* @__PURE__ */ t(n, {
slot: "title",
className: r(),
"data-dd-privacy": "allow",
children: e
});
i.displayName = "PromoDialogTitle";
//#endregion
export { i as PromoDialogTitle };