Skip to main content

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

$extensions?

optional $extensions?: Record<string, unknown>

Defined in: roots/toDTCG.ts:18


$type

$type: string

Defined in: roots/toDTCG.ts:17


$value

$value: string | number

Defined in: roots/toDTCG.ts:16