Skip to content

Theemo / @theemo/tokens / ValueFor

Type: ValueFor<T>

ts
type ValueFor<T>: T extends TokenType ? TokenTypeRegistry[T] : never;

Type parameters

Type parameter
T extends TokenType

Source

packages/@theemo/tokens/src/token-types.ts:343