增加对于生成的导出变量的记录。
This commit is contained in:
parent
e3642cad97
commit
92229b0de4
|
@ -31,4 +31,7 @@ export type MaterialDesign2SchemeSource = {
|
|||
export type MaterialDesign2SchemeStorage = {
|
||||
source?: MaterialDesign2SchemeSource;
|
||||
scheme?: MaterialDesign2Scheme;
|
||||
cssVariables?: string;
|
||||
scssVariables?: string;
|
||||
jsVariables?: string;
|
||||
};
|
||||
|
|
|
@ -54,4 +54,7 @@ export type MaterialDesign3SchemeSource = {
|
|||
export type MaterialDesign3SchemeStorage = {
|
||||
source?: MaterialDesign3SchemeSource;
|
||||
scheme?: MaterialDesign3Scheme;
|
||||
cssVariables?: string;
|
||||
scssVariables?: string;
|
||||
jsVariables?: string;
|
||||
};
|
||||
|
|
|
@ -61,4 +61,7 @@ export type QSchemeSource = {
|
|||
export type QSchemeStorage = {
|
||||
source?: QSchemeSource;
|
||||
scheme?: QScheme;
|
||||
cssVariables?: string;
|
||||
scssVariables?: string;
|
||||
jsVariables?: string;
|
||||
};
|
||||
|
|
|
@ -13,4 +13,7 @@ export type SwatchSchemeSource = {
|
|||
export type SwatchSchemeStorage = {
|
||||
source?: SwatchSchemeSource;
|
||||
scheme?: SwatchScheme;
|
||||
cssVariables?: string;
|
||||
scssVariables?: string;
|
||||
jsVariables?: string;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user