Files
weRequest/typings/wx.d.ts
2018-12-20 10:44:00 +08:00

5 lines
167 B
TypeScript

// 临时解决微信ts
declare var wx: any;
declare function Component(...args: any[]): any;
declare function requirePlugin(pluginName: string): any;
type TODO = any;