ados-rcm 1.0.201 → 1.0.203

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.
@@ -30,6 +30,7 @@ export declare const Resources: {
30
30
  'Total n items': (t: number) => string;
31
31
  'Search(Placeholder)': string;
32
32
  'Search(Button)': string;
33
+ 'Clear(Button)': string;
33
34
  Select: string;
34
35
  'Toggle Filter': string;
35
36
  'No Items': string;
@@ -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: string) => string;
372
+ GetDeepVar: (key: keyof typeof Default) => string;
373
373
  };
374
374
  export {};