@adyen/adyen-platform-experience-web
Version:

12 lines (11 loc) • 487 B
JavaScript
import { jsx as a } from "../../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
import e from "../../Typography/Typography.js";
import { TypographyVariant as o } from "../../Typography/types.js";
import { memo as n } from "../../../../external/preact/compat/dist/compat.module.js";
function p({ title: t, isImageTitle: r = !1 }) {
return /* @__PURE__ */ a(e, { strongest: !r, variant: r ? o.SUBTITLE : o.BODY, children: t });
}
const T = n(p);
export {
T as default
};