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

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