增加对于生成的导出变量的记录。

This commit is contained in:
徐涛
2025-02-06 11:21:27 +08:00
parent e3642cad97
commit 92229b0de4
4 changed files with 12 additions and 0 deletions

View File

@@ -13,4 +13,7 @@ export type SwatchSchemeSource = {
export type SwatchSchemeStorage = {
source?: SwatchSchemeSource;
scheme?: SwatchScheme;
cssVariables?: string;
scssVariables?: string;
jsVariables?: string;
};