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.

8 lines (7 loc) 265 B
import type { ComponentChildren } from 'preact'; interface SuspenseRouteProps { path: string; children: ComponentChildren; } export declare function SuspenseRoute({ path, children }: SuspenseRouteProps): import("preact/jsx-runtime").JSX.Element; export {};