Skip to content

pantoken / formats/dtcg/src / themes

Değişken: themes

const themes: Record<Theme, DtcgDoc>

Beta

Her temanın DTCG belgesi, Theme ile anahtarlanmıştır.

Örnek

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

const doc = themes.canvasHighContrast;