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

15 lines (14 loc) • 599 B
JavaScript
import { jsx as t } from "../../../external/.pnpm/preact@10.28.2/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js";
import { UIElement as o } from "../UIElement/UIElement.js";
import { CapitalOffer as r } from "./components/CapitalOffer/CapitalOffer.js";
class i extends o {
static type = "capitalOffer";
constructor(e) {
super(e), this.componentToRender = this.componentToRender.bind(this), this.customClassNames = "adyen-pe-capital-offer-component";
}
componentToRender = () => /* @__PURE__ */ t(r, { ...this.props });
}
export {
i as CapitalOfferElement,
i as default
};