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.

6 lines (5 loc) 387 B
import type { AdyenTermsOfServiceManagementProps } from './adyen-terms-of-service-management.types'; /** * Enables users to view and accept the Terms of Service documents. */ export declare const AdyenTermsOfService: ({ rootlegalentityid, fetchToken, environment, locale, settings, experiments, view, }: AdyenTermsOfServiceManagementProps) => import("preact/jsx-runtime").JSX.Element;