/token-types

Design token types in DTCG format

MIT LicenseMIT

Design token types

This repo contains types for DTCG tokens and tokens for the TokensBrücke Figma plugin.

Installation

yarn add git+https://github.com/tokens-bruecke/token-types.git -D

or with a specific version:

yarn add git+https://github.com/tokens-bruecke/token-types.git#package-tag -D

Configure tsconfig.json

{
  "compilerOptions": {
    "typeRoots": ["./node_modules/@tokens-bruecke"]
  }
}