mini-types icon indicating copy to clipboard operation
mini-types copied to clipboard

TypeScript declarations for Alipay's mini program.

Results 6 mini-types issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/ant-mini-program/mini-types/assets/22693880/43b9d386-05b7-4df4-bb97-7ef3596a8024) 前景音频,播放监听函数名字写错了。 正确是驼峰命名:onCanPlay 错误@mini-types:onCanplay

我创建新页面后,将js文件改为ts文件,会报错没有js文件,这个没有自动编译的么?该如何运行呢?文档写的有点简单。

```js Page({ onLoad(){ // this.greeting 无提示,类型为 any }, greeting(name) { return "Hello " + name; } }) ```

* **主要变更** - [+] 增加 `my.createIntersectionObserver` 及相关类型的声明。 * **Refactor** - 将 `ComponentOptions` 重构为 interface 以便业务自行扩展。