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

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