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.

5 lines (4 loc) 189 B
import type { ComponentChildren } from 'preact'; export declare function ToastContextProvider({ children }: { children: ComponentChildren; }): import("preact/jsx-runtime").JSX.Element;