Skip to content

Theemo / @theemo/tokens / TokenValue

Type: TokenValue<T>

ts
type TokenValue<T>: TokenValueSingular<T> | TokenValueSingular<T>[];

Token value for a given type

Type parameters

Type parameter
T extends TokenType

Source

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