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.
@@ -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 themeF: {
73
+ export declare const ATheme: {
74
74
  init: typeof init;
75
75
  fetchToken: typeof fetchToken;
76
76
  applyPaletteMode: typeof applyPaletteMode;