UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

26 lines (25 loc) 878 B
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 };