Skip to content

pantoken / formats/dtcg/src / byTheme

関数: byTheme()

byTheme(theme): DtcgDoc

ベータ

テーマのDTCGドキュメントを名前で検索する。

パラメーター

theme

Theme

戻り値

DtcgDoc

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

const doc = byTheme("canvasHighContrast");