mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Vendored
+2
-2
@@ -3202,7 +3202,7 @@ interface form extends webix.ui.baseview{
|
||||
getParentView():any;
|
||||
getScrollState():any;
|
||||
getTopParentView():webix.ui.baseview;
|
||||
getValues(details?:any):any[];
|
||||
getValues(details?:any):any;
|
||||
hasEvent(name:string):boolean;
|
||||
hide():void;
|
||||
index(obj:any):number;
|
||||
@@ -7530,4 +7530,4 @@ interface window extends webix.ui.baseview{
|
||||
|
||||
}}
|
||||
|
||||
declare function $$(id: string|Event|HTMLElement):webix.ui.view;
|
||||
declare function $$(id: string|Event|HTMLElement):webix.ui.baseview;
|
||||
|
||||
Reference in New Issue
Block a user