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

26 lines (25 loc) • 878 B
JavaScript
var r = Object.defineProperty;
var s = (e, t, o) => t in e ? r(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
var n = (e, t, o) => s(e, typeof t != "symbol" ? t + "" : t, o);
import { jsx as c } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
import i from "./components/TransactionsOverviewContainer/TransactionsOverviewContainer.js";
import { UIElement as a } from "../UIElement/UIElement.js";
class p extends a {
constructor(o) {
super(o);
n(this, "componentToRender", () => /* @__PURE__ */ c(
i,
{
...this.props,
balanceAccountId: this.props.balanceAccountId,
ref: (o) => void (this.componentRef = o)
}
));
this.componentToRender = this.componentToRender.bind(this);
}
}
n(p, "type", "transactions");
export {
p as TransactionsElement,
p as default
};