Skip to content

Theemo / @theemo/tokens / ConstrainedValue

Type: ConstrainedValue<T>

ts
type ConstrainedValue<T>: StructuredValue<T> & Constraints;

Value with constraints

See

Constrained Values

Type parameters

Type parameter
T extends TokenType

Source

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