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;