Skip to content

pantoken / formats/dtcg/src / themes

Variabele: themes

const themes: Record<Theme, DtcgDoc>

Bèta

Het DTCG-document van elk thema, gekoppeld aan Theme.

Voorbeeld

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

const doc = themes.canvasHighContrast;