We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 560cc18 + eed5f71 commit ee5a710Copy full SHA for ee5a710
index.d.ts
@@ -9,7 +9,7 @@
9
// Marvin Hagemeister <https://github.com/marvinhagemeister>
10
11
export type Value = string | number | boolean | undefined | null;
12
-export type Mapping = { [key: string]: Value };
+export type Mapping = { [key: string]: any };
13
export type Argument = Value | Mapping | Argument[];
14
15
export default function classNames(...args: Argument[]): string;
0 commit comments