mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
fix uni.upx2px missing parameter (#36516)
This method is missing a parameter.
This commit is contained in:
2
types/uni-app/lib/uni.d.ts
vendored
2
types/uni-app/lib/uni.d.ts
vendored
@@ -81,7 +81,7 @@ declare class Uni {
|
||||
*
|
||||
* 参考: [http://uniapp.dcloud.io/frame?id=upx2px](http://uniapp.dcloud.io/frame?id=upx2px)
|
||||
*/
|
||||
upx2px(): number;
|
||||
upx2px(upx: number): number;
|
||||
/**
|
||||
* 创建一个 WebSocket 连接
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user