Skip to content

pantoken / formats/dtcg/src / byTheme

函式: byTheme()

byTheme(theme): DtcgDoc

Beta(測試)

依名稱查詢主題的 DTCG 文件。

參數

theme

Theme

回傳

DtcgDoc

範例

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

const doc = byTheme("canvasHighContrast");