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) 360 B
import type { MutationOptions } from '../../../types'; /** * @param options additional options passed to Tanstack Query, eg; refetchInterval for polling */ export declare const useDeleteBusinessLine: (options?: Omit<MutationOptions<void, unknown, string>, "mutationFn">) => import("@tanstack/preact-query").UseMutationResult<void, unknown, string, unknown>;