Skip to content

Type Alias: DtcgDocument

ts
type DtcgDocument = Record<string, Record<string, DtcgToken>>;

Defined in: generators/dtcg/src/index.ts:37

A DTCG token document: a group per record, each holding its custom-property tokens.

Released under the MIT License