Skip to content

pantoken / formats/dtcg/src / byTheme

Funzione: byTheme()

byTheme(theme): DtcgDoc

Beta

Cerca il documento DTCG di un tema per nome.

Parametri

theme

Theme

Restituisce

DtcgDoc

Esempio

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

const doc = byTheme("canvasHighContrast");