Skip to content

pantoken / formats/dtcg/src / byTheme

Función: byTheme()

byTheme(theme): DtcgDoc

Beta

Buscar el documento DTCG de un tema por su nombre.

Parámetros

theme

Theme

Devuelve

DtcgDoc

Ejemplo

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

const doc = byTheme("canvasHighContrast");