🦉微信小程序typescript的声明文件
```html <button data-idx="1" bind:tap="callback" /> ``` ```ts callback: onTapCallback<{idx: number}> (ev) { // 就能更舒服得使用 ev.dataset.idx } ``` 不知道有没有加这些回调的类型支持的打算?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by fimars and has received 2 comments.