Skip to content

pantoken / formats/dtcg/src / themes

Spremenljivka: themes

const themes: Record<Theme, DtcgDoc>

Beta

DTCG-dokument vsake teme, z ključem Theme.

Primer

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

const doc = themes.canvasHighContrast;