Theemo / @theemo/tokens / ConstrainedValue
Type Alias: ConstrainedValue<T>
ts
type ConstrainedValue<T> = StructuredValue<T> & Constraints;
Defined in: packages/tokens/src/token-types.ts:413
Value with constraints
Type Parameters
Type Parameter |
---|
T extends TokenType |