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

15 lines (14 loc) • 553 B
JavaScript
import { jsx as o } from "../../../external/.pnpm/preact@10.28.2/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js";
import { UIElement as e } from "../UIElement/UIElement.js";
import { TransactionData as n } from "./components/TransactionData/TransactionData.js";
class m extends e {
static type = "transactionDetails";
constructor(t) {
super(t), this.componentToRender = this.componentToRender.bind(this);
}
componentToRender = () => /* @__PURE__ */ o(n, { ...this.props });
}
export {
m as TransactionElement,
m as default
};