@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.
21 lines (20 loc) • 718 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] = "f26c7773-a68e-4c7a-8ce1-b54d768f430b", e._sentryDebugIdIdentifier = "sentry-dbid-f26c7773-a68e-4c7a-8ce1-b54d768f430b");
} catch (e) {}
var KEYBOARD_KEYS = {
arrowDown: "ArrowDown",
arrowUp: "ArrowUp",
arrowLeft: "ArrowLeft",
arrowRight: "ArrowRight",
enter: "Enter",
escape: "Escape",
space: " ",
tab: "Tab",
backspace: "Backspace",
home: "Home",
end: "End",
shift: "Shift"
};
//#endregion
export { KEYBOARD_KEYS as t };