⚠️ Internal: This API is not publically exported by the
package.
Constructors
constructor
- new CSSVar<T>(__namedParameters): CSSVar<T>
Properties
Readonly
declaration
declaration: Record<`--${string}`, T> Readonly
property
property: `--${string}`
Readonly
value
value: `var(--${string}, ${T})`
Manage CSS variable, for use with CSS-in-JSS. Does not add the value to a stylesheet (that's up to you).