wx.onKeyboardHeightChange API的文档说明和声明文件需要更新?
interface OnKeyboardHeightChangeCallbackResult {
/** 键盘高度 */
height: number
}
项目使用typescript, 发现wx.onKeyboardHeightChange API的回调函数的参数属性在API文档和TS声明文件只写了一个height, 然而真机打印还有一个duration属性, 望及时更新.
ts声明文件使用的是npm的miniprogram-api-typings官方库