Interface: DTCGToken
Defined in: roots/toDTCG.ts:15
A single DTCG token node with $value and $type.
Follows the W3C Design Tokens Community Group format: https://design-tokens.github.io/community-group/format/
Properties
$type
$type:
string
Defined in: roots/toDTCG.ts:17
$value
$value:
string|number
Defined in: roots/toDTCG.ts:16