33/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
44/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
55
6- declare type Location = any ;
7- declare type Node = any ;
6+ declare type Comment = any ;
7+ declare type CloseEvent = any ;
88declare type Document = any ;
9+ declare type DocumentFragment = any ;
10+ declare type Element = any ;
911declare type History = any ;
12+ declare type HTMLAnchorElement = any ;
13+ declare type HTMLCollection = any ;
14+ declare type HTMLDocument = any ;
1015declare type HTMLElement = any ;
16+ declare type HTMLInputElement = any ;
17+ declare type HTMLScriptElement = any ;
1118declare type HTMLStyleElement = any ;
1219declare type KeyboardEvent = any ;
13- declare type Element = any ;
14- declare type DocumentFragment = any ;
15- declare type Text = any ;
16- declare type HTMLDocument = any ;
17- declare type HTMLAnchorElement = any ;
18- declare type Comment = any ;
20+ declare type Location = any ;
21+ declare type MessageEvent = any ;
1922declare type MouseEvent = any ;
20- declare type HTMLInputElement = any ;
21- declare type HTMLScriptElement = any ;
23+ declare type Node = any ;
24+ declare type NodeList = any ;
25+ declare type Text = any ;
26+ declare type WebSocket = any ;
0 commit comments