@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.
6 lines (5 loc) • 396 B
TypeScript
import type { AdyenInvitedDecisionMakerProps } from './adyen-invited-decision-maker.types';
/**
* Allows invited decision makers to provide their details. Used from hosted invite flow.
*/
export declare const AdyenInvitedDecisionMaker: ({ rootlegalentityid, fetchToken, environment, locale, settings, experiments, }: AdyenInvitedDecisionMakerProps) => import("preact/jsx-runtime").JSX.Element;