api-typings
api-typings copied to clipboard
Please fix selectAll's return define
wx.createSelectorQuery().selectAll('.section').boundingClientRect(res => {
res.forEach(e => console.log(e.bottom)) // res.forEach报错, e.bottom 为 any
})
boundingClientRect
以及 scrollOffset
的回调有些许问题。
参考 #194