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.

3 lines (2 loc) 385 B
import type { AdyenTransferInstrumentConfigurationProps } from './adyen-transfer-instrument-configuration.types'; export declare const AdyenTransferInstrument: ({ rootlegalentityid, fetchToken, environment, locale, settings, experiments, transferinstrumentid, view, openbankingpartnerconfigid, }: AdyenTransferInstrumentConfigurationProps) => import("preact/jsx-runtime").JSX.Element;