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) 197 B
import type { TaskType } from '../stores/globalStore/taskTypes'; /** * Returns the TaskType that matches the current location. */ export declare const useCurrentTask: () => TaskType | undefined;