⚠️ Internal: This API is not publically exported by the package.

Manage CSS variable, for use with CSS-in-JSS. Does not add the value to a stylesheet (that's up to you).

Type Parameters

  • T extends string

Constructors

Properties

Constructors

  • Type Parameters

    • T extends string

    Parameters

    Returns CSSVar<T>

Properties

declaration: Record<`--${string}`, T>
property: `--${string}`
value: `var(--${string}, ${T})`