ados-rcm 1.1.289 → 1.1.290

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,7 +49,7 @@ declare const typographies: {
49
49
  type TKeys = typeof classes & typeof typographies & IAdditionalClasses;
50
50
  declare const keys: TKeys;
51
51
  declare function updateKeys(): void;
52
- declare function clsx(...args: (keyof TKeys | any)[]): string;
52
+ declare function clsx(...args: (keyof typeof keys)[] | any[]): string;
53
53
  declare function sclsx<T extends CSSModuleClasses>(styles: T, ...args: (keyof T)[] | (keyof typeof keys)[] | any[]): string;
54
54
  /**
55
55
  * sF : Style Functions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.289",
3
+ "version": "1.1.290",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",