• Type Parameters

    • T extends boolean

    Parameters

    • props: PropsWithChildren<FpjsProviderOptions>

    Returns Element

    Example

    <FpjsProvider
    loadOptions = {{
    apiKey: "<your-fpjs-public-api-key>"
    }}
    cacheTime={60 * 10}
    cacheLocation={CacheLocation.LocalStorage}
    >
    <MyApp />
    </FpjsProvider>

    Provides the FpjsContext to its child components.

Generated using TypeDoc