Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function themeToCssVariables(theme: Record<string, string>): CDPWebCSSVariables;
theme
Record
string
CDPWebCSSVariables
const themeOverrides: Partial<Theme> = { "color-bg-primary": "red", }; // { "--cdp-web-color-bg-primary": "red" } const cssVariables = themeToCssVariables(themeOverrides);
Was this page helpful?