UNPKG

miniprogram-types

Version:

Typings for miniprogram

26 lines (15 loc) 331 B
## Note **Deprecated** Use [common-mpvue](https://github.com/thundernet8/common-mpvue) instead. ## miniprogram-types Typings for miniprogram with mpvue ## Usage ```js import { wx, getApp } from 'miniprogram-types'; wx.navigateTo({ url: '' }); const app = getApp(); ``` ## ScreenShot ![types](screenshots/typings.png)