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.

4 lines (3 loc) 398 B
import type { MutationOptions } from '../types'; import type { CompanySelectionRequest, CompanySelectionResponse } from './companySelection.types'; export declare const useCompanySelection: (options?: MutationOptions<CompanySelectionResponse, Error, CompanySelectionRequest>) => import("@tanstack/preact-query").UseMutationResult<CompanySelectionResponse, Error, CompanySelectionRequest, unknown>;