CDP Frontend SDK
    Preparing search index...

    Interface CDPReactProviderProps

    CDPReactProviderProps

    interface CDPReactProviderProps {
        app?: AppConfig;
        children: ReactNode;
        config: Config;
        className?: string;
        style?: CSSProperties;
        theme?: Partial<Theme>;
    }
    Index

    Properties

    app?: AppConfig

    The app config

    children: ReactNode

    The children of the component

    config: Config

    The CDP configuration

    className?: string
    style?: CSSProperties
    theme?: Partial<Theme>

    The theme values to override