ados-rcm 1.0.45 → 1.0.46
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.
- package/dist/AModule/AComponents/ATheme/ATheme.d.ts +1 -0
- package/dist/index.cjs.js +3 -3
- package/dist/index.es.js +246 -242
- package/package.json +1 -1
|
@@ -326,5 +326,6 @@ export declare const AThemes: {
|
|
|
326
326
|
Init: () => void;
|
|
327
327
|
SetVar: (theme: string, key: keyof typeof Default, value: string) => void;
|
|
328
328
|
GetVar: (theme: string, key: keyof typeof Default) => string | undefined;
|
|
329
|
+
GetDeepVar: (key: string) => string;
|
|
329
330
|
};
|
|
330
331
|
export {};
|