Skip to content

pantoken / formats/tokens/src / themes

Variabile: themes

const themes: Record<Theme, Token[]>

Beta

L'IR di ogni tema, indicizzato per Theme.

Esempio

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

const ir = themes.canvasHighContrast;