@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) • 342 B
TypeScript
import type { AdyenVerificationStatusProps } from './adyen-verification-status.types';
export declare const AdyenVerificationStatus: ({ rootlegalentityid, fetchToken, environment, locale, settings, experiments, hideexplanation, returnurl, redirecttarget, themeid, }: AdyenVerificationStatusProps) => import("preact/jsx-runtime").JSX.Element;