@payfit/unity-components
Version:
16 lines (15 loc) • 491 B
JavaScript
import { uyTv as e } from "@payfit/unity-themes";
import { jsx as t } from "react/jsx-runtime";
//#region src/components/promo-dialog/parts/PromoDialogContent.tsx
var n = e({ base: [
"uy:flex uy:flex-col uy:gap-200",
"uy:text-content-neutral",
"uy:typography-body"
] }), r = ({ children: e }) => /* @__PURE__ */ t("div", {
className: n(),
"data-unity-slot": "promo-dialog.content",
children: e
});
r.displayName = "PromoDialogContent";
//#endregion
export { r as PromoDialogContent };