Skip to content

pantoken / formats/dtcg/src / themes

Variabile: themes

const themes: Record<Theme, DtcgDoc>

Beta

Il documento DTCG di ciascun tema, indicizzato da Theme.

Esempio

ts
import { themes } from "@pantoken/dtcg";

const doc = themes.canvasHighContrast;