Skip to content

pantoken / formats/dtcg/src / themes

Переменная: themes

const themes: Record<Theme, DtcgDoc>

Бета

Документ DTCG для каждой темы, где ключ — Theme.

Пример

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

const doc = themes.canvasHighContrast;