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
|
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
|