UNPKG

@loverto/dm.dll

Version:

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

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