ados-rcm 1.0.596 → 1.0.598
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATheme/ATheme2.d.ts +1 -1
- package/dist/index.cjs.js +26 -26
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +5766 -6495
- package/package.json +1 -1
@@ -70,7 +70,7 @@ interface IInitParams {
|
|
70
70
|
declare function init({ themeName, save, followDeviceSetting }: IInitParams): void;
|
71
71
|
declare function getCurrentPaletteMode(): "mode-1";
|
72
72
|
declare function getCurrentSemanticMode(): "light" | "dark";
|
73
|
-
export declare const
|
73
|
+
export declare const ATheme: {
|
74
74
|
init: typeof init;
|
75
75
|
fetchToken: typeof fetchToken;
|
76
76
|
applyPaletteMode: typeof applyPaletteMode;
|