Skip to content

pantoken / formats/tokens/src / themes

Variable: themes

const themes: Record<Theme, Token[]>

Beta

El IR de cada tema, indexado por Theme.

Ejemplo

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

const ir = themes.canvasHighContrast;