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

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