@koine/utils 2.0.0-beta.114 → 2.0.0-beta.115
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.
- package/clsx.d.ts +1 -1
- package/package.json +1 -1
package/clsx.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
type ClassValue = ClassArray | ClassDictionary | string | number | null | boolean | undefined;
|
|
1
|
+
type ClassValue = ClassArray | ClassDictionary | string | number | bigint | null | boolean | undefined;
|
|
2
2
|
type ClassDictionary = Record<string, any>;
|
|
3
3
|
type ClassArray = ClassValue[];
|
|
4
4
|
export type ClsxClassValue = ClassValue;
|
package/package.json
CHANGED