ados-rcm 1.0.201 → 1.0.202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -369,6 +369,6 @@ export declare const AThemes: {
|
|
|
369
369
|
Init: () => void;
|
|
370
370
|
SetVar: (theme: string, key: keyof typeof Default, value: string) => void;
|
|
371
371
|
GetVar: (theme: string, key: keyof typeof Default) => string | undefined;
|
|
372
|
-
GetDeepVar: (key:
|
|
372
|
+
GetDeepVar: (key: keyof typeof Default) => string;
|
|
373
373
|
};
|
|
374
374
|
export {};
|