@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
12 lines (11 loc) • 716 B
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "1d3a87c5-179e-4878-9254-559f45613793", e._sentryDebugIdIdentifier = "sentry-dbid-1d3a87c5-179e-4878-9254-559f45613793");
} catch (e) {}
import { jsx } from "preact/jsx-runtime";
var Spacer_module_default = { spacer: "adyen-kyc-spacer" };
//#endregion
//#region src/components/ui/atoms/Spacer/Spacer.tsx
var Spacer = () => /* @__PURE__ */ jsx("div", { className: Spacer_module_default.spacer });
//#endregion
export { Spacer as t };