@ceale/util 1.9.0 → 1.9.1

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.
@@ -26,7 +26,7 @@ export declare namespace css {
26
26
  * })
27
27
  */
28
28
  export const rule: (rule: CSSProperties & {
29
- [key: string]: string;
29
+ [key: string]: any;
30
30
  }) => RuleValue;
31
31
  /**
32
32
  * 根据选择器和 CSS 规则,创建一个 CSS 规则块字符串
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ceale/util",
3
3
  "author": "Ceale",
4
- "version": "1.9.0",
4
+ "version": "1.9.1",
5
5
  "module": "index.ts",
6
6
  "type": "module",
7
7
  "main": "dist/esm/index.js",