UNPKG

@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.

7 lines (6 loc) 230 B
import type { Translations } from './types'; /** * FALLBACK_LOCALE - **MUST** match the locale string in the above import */ export declare const FALLBACK_LOCALE = "en-US"; export declare const defaultTranslation: Translations;