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.

4 lines (3 loc) 281 B
import type { FeatureName } from '../context/ToggleContext/types'; import type { CountryCode } from '../types/datasets/country-code'; export declare const isJapanLocalizationEnabled: (isFeatureEnabled: ((key: FeatureName) => boolean) | undefined, country: CountryCode) => boolean;