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.

10 lines (9 loc) 509 B
import type { ToggleProps } from './types'; /** * To manage accessing non-production-ready features of SDK * or features under active experimentation/testing. * @param children - components rendered * @param features - dictionary of type Features * @param refreshExperiments - handler to refresh experiments for the legal entity */ export declare function ToggleContextProvider({ children, features: propFeatures, refreshExperiments, }: Readonly<ToggleProps>): import("preact/jsx-runtime").JSX.Element;