@dcloudio/uni-app-x 0.7.94 → 0.7.95

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.94",
3
+ "version": "0.7.95",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -181,7 +181,7 @@ declare global {
181
181
  useComputedStyle(options: {
182
182
  properties: number[]
183
183
  filterProperties?: boolean | null
184
- callback: (result: Array<[number, any | null]>) => void
184
+ callback: (result: Array<[string, any | null]>) => void
185
185
  }): Map<string, any | null>
186
186
  /**
187
187
  * 由编译器动态生成的子类中的 Element 渲染器