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) 202 B
import type { JSX } from 'react'; /** Standard tanstack query provider, needed for it to work */ export declare const QueryClientProvider: ({ children }: { children: JSX.Element; }) => JSX.Element;