Files
weRequest/typings/wx.d.ts

5 lines
167 B
TypeScript
Raw Normal View History

2018-12-20 10:44:00 +08:00
// 临时解决微信ts
declare var wx: any;
declare function Component(...args: any[]): any;
declare function requirePlugin(pluginName: string): any;
type TODO = any;