Skip to content

pantoken / formats/tokens/src / themes

変数: themes

const themes: Record<Theme, Token[]>

ベータ

各テーマのIR(キーはTheme)。

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

const ir = themes.canvasHighContrast;