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) 282 B
import type { DocumentType } from '../../core/models/api/document'; /** * Returns the appropriate prefix for the document guidance image based on api documentType. */ export declare const getDocumentGuidancePrefix: (documentType?: DocumentType) => "document" | "passport" | "id";