TS CSSVars - API Reference • Docs
TS CSSVars - API Reference / VarKey
Type Alias: VarKey<T>
VarKey<
T
>:T
extends `${string}–${infer K1}:${string};${string}` ?K1
:never
Extracts the name of a single css varriable from a string
Type Parameters
• T extends string