@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
TypeScript
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>;