Skip to content

Theemo / @theemo/tokens / ReferenceValue

Type Alias: ReferenceValue<Pre, Post>

ts
type ReferenceValue<Pre, Post> = `${Pre}${string}${Post}`;

Defined in: packages/tokens/src/token-types.ts:6

Represents a reference

Value is surrounded by curly braces: {another.token}

Type Parameters

Type ParameterDefault type
Pre extends string"{"
Post extends string"}"