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;