CDP Frontend SDK
    Preparing search index...

    Interface ThemeContextValue

    The value of the theme context.

    interface ThemeContextValue {
        theme: Theme;
        cssVariables: CDPWebCSSVariables;
    }
    Index

    Properties

    Properties

    theme: Theme
    cssVariables: CDPWebCSSVariables