Skip to content

pantoken / formats/tokens/src / themes

變數: themes

const themes: Record<Theme, Token[]>

Beta(測試)

每個主題的 IR,鍵為 Theme

範例

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

const ir = themes.canvasHighContrast;