@dcloudio/uni-app-x 0.7.80 → 0.7.81
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
|
@@ -131,7 +131,7 @@ declare global {
|
|
|
131
131
|
/**
|
|
132
132
|
* 监听组件根节点样式变更
|
|
133
133
|
*/
|
|
134
|
-
useComputedStyle(options : { properties : number[], filterProperties ?: boolean | null, callback : (result :
|
|
134
|
+
useComputedStyle(options : { properties : number[], filterProperties ?: boolean | null, callback : (result : Array<[number, any | null]>) => void }) : Map<string, any | null>
|
|
135
135
|
/**
|
|
136
136
|
* 由编译器动态生成的子类中的 Element 渲染器
|
|
137
137
|
*/
|