HTML or SVG element whose computed styles to read.
CSS property in camelCase (e.g. "lineHeight") or a custom property (e.g. "--space-10").
The computed value as a string; custom properties use getPropertyValue, standard properties prefer direct CSSStyleDeclaration access.
Reads a computed style value from an element, including CSS custom properties.