TS CSSVars - API Reference • Docs
TS CSSVars - API Reference / CssVars
Type Alias: CssVars<T>
CssVars<
T
>:T
extends `${string}–${string}:${string};${infer R}` ?VarKey
<T
> |CssVars
<R
> :VarKey
<T
>
Recursively extracts and joins the names of the css varriables from a string
Type Parameters
• T extends string