Theemo / @theemo/tokens / ComputedValue
Type Alias: ComputedValue<T>
ts
type ComputedValue<T>: StructuredValue<T> & object;
Computed value
Type declaration
Name | Type | Defined in |
---|---|---|
transforms | TransformFor <T > | packages/@theemo/tokens/src/token-types.ts:361 |
Type Parameters
Type Parameter |
---|
T extends TokenType |