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.

7 lines (6 loc) 271 B
import type { ExistingLegalEntity } from '../../core/models/api/legal-entity'; interface UseCanSeeIntroductionProps { legalEntity: ExistingLegalEntity; } export declare const useCanSeeIntroduction: ({ legalEntity }: UseCanSeeIntroductionProps) => boolean; export {};