5 lines
167 B
TypeScript
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;
|