core.d.ts 130 B

123
  1. export declare var doc: Document;
  2. export declare function createNode(tagName: any): any;
  3. export declare function initVML(): void;