UNPKG

@loverto/dm.dll

Version:

JS版按键精灵(大漠插件)

13 lines (12 loc) 288 B
declare module 'winax' { interface Object { new (COM: string): any; } const Object: Object; class Variant { constructor(val?: any, type?: string); assign(val: any): void; cast(type: string): void; clear(): void; } }