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) 284 B
import type { AdyenOnboardingProps } from './adyen-onboarding.types'; export declare const AdyenOnboarding: ({ rootlegalentityid, fetchToken, environment, locale, settings, experiments, openbankingpartnerconfigid, }: AdyenOnboardingProps) => import("preact/jsx-runtime").JSX.Element;