UNPKG

@adyen/kyc-components

Version:

`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar

12 lines (11 loc) 506 B
import type { TaskStatusWithReason } from '../../stores/globalStore/taskStatus'; import type { DebugInfo } from './debugInfo'; interface DebugTaskStatusesProps { taskStatuses: DebugInfo['taskStatuses']; } export declare const DebugTaskStatuses: ({ taskStatuses }: DebugTaskStatusesProps) => import("preact").JSX.Element; interface ExplainReasonProps { status: TaskStatusWithReason; } export declare const ExplainDetails: ({ status }: ExplainReasonProps) => import("preact").JSX.Element; export {};