CDP Frontend SDK
    Preparing search index...

    Type Alias ThemeProviderProps

    Props for the ThemeProvider component.

    type ThemeProviderProps = {
        children: ReactNode;
        className?: string;
        style?: CSSProperties;
        theme?: Partial<Theme>;
    }
    Index

    Properties

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