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.

3 lines (2 loc) 228 B
import type { MutationOptions } from '../types'; export declare const useClearCompanyData: (options?: Omit<MutationOptions<void>, "mutationFn">) => import("@tanstack/preact-query").UseMutationResult<void, Error, void, unknown>;