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)

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