UNPKG

@payfit/unity-components

Version:

14 lines (13 loc) 488 B
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/dialog/parts/DialogTitle.tsx var r = e({ base: ["uy:typography-h2 uy:md:typography-h3", "uy:mb-200"] }), i = ({ children: e }) => /* @__PURE__ */ t(n, { slot: "title", className: r(), "data-dd-privacy": "allow", children: e }); i.displayName = "DialogTitle"; //#endregion export { i as DialogTitle };