Skip to content

pantoken / formats/dtcg/src / themes

变量: themes

const themes: Record<Theme, DtcgDoc>

Beta

每个主题的 DTCG 文档,键由 Theme 指定。

示例

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

const doc = themes.canvasHighContrast;