themeToCssVariables
Function: themeToCssVariables()
themeToCssVariables(
theme):Record<string,string>
The public CSS custom-property contract. UI packages reference these names
(var(--wemap-color-primary), …); per-surface variables (e.g.
--wemap-color-cluster) are defined in each package's stylesheet and fall
back to these.
Parameters
theme
Returns
Record<string, string>