This commit is contained in:
lutinglt
2025-09-09 23:50:40 +08:00
parent ae9bc3cbb5
commit 10d0a3dbd8
5 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { createGlobalTheme, globalStyle } from "@vanilla-extract/css";
import { otherThemeVars, themeInfoVars, themeVars } from "src/types/vars";
import { otherThemeVars, themeInfoVars, themeVars } from "src/types/vars";
import type { MapLeafNodes, WithOptionalLayer } from "./types";
export type Theme = WithOptionalLayer<MapLeafNodes<typeof themeVars, string>>;