update contributing.md

This commit is contained in:
lutinglt
2025-08-10 21:46:30 +08:00
parent 3b5a596b2f
commit dc4eff2bd7
8 changed files with 223 additions and 150 deletions

View File

@@ -1,3 +1,3 @@
export { defineTheme } from "./core/color";
export type { Console, Diff, Other } from "./types";
export type { Chroma, Console, Diff, Other } from "./types";
export { themeVars } from "./types/vars";