module Ext_dom_AbstractElement:...sig..end
class type t =object..end
class type configs =object..end
class type events =object..end
class type statics =object..end
val get_static : unit -> statics Js.tval static : statics Js.tval fly : 'a Js.t -> Js.js_string Js.t Js.optdef -> 'b Js.tstatics.flyval fromPoint : Js.number Js.t -> Js.number Js.t -> Js.js_string Js.tstatics.fromPointval get : 'a Js.t -> 'b Js.tstatics.getval getDocumentHeight : unit -> Js.number Js.tstatics.getDocumentHeightval getDocumentWidth : unit -> Js.number Js.tstatics.getDocumentWidthval getOrientation : unit -> Js.js_string Js.tstatics.getOrientationval getViewSize : unit -> 'a Js.tstatics.getViewSizeval getViewportHeight : unit -> Js.number Js.tstatics.getViewportHeightval getViewportWidth : unit -> Js.number Js.tstatics.getViewportWidthval mergeClsList : 'a Js.t -> 'b Js.t -> 'c Js.js_array Js.tstatics.mergeClsListval normalize : Js.js_string Js.t -> Js.js_string Js.tstatics.normalizeval parseBox : 'a Js.t -> 'b Js.tstatics.parseBoxval parseStyles : Js.js_string Js.t -> 'a Js.tstatics.parseStylesval removeCls : 'a Js.t -> 'b Js.t -> 'c Js.js_array Js.tstatics.removeClsval unitizeBox : 'a Js.t -> Js.js_string Js.t -> Js.js_string Js.tstatics.unitizeBoxval of_configs : configs Js.t -> t Js.tof_configs c casts a config object c to an instance of class tval to_configs : t Js.t -> configs Js.tto_configs o casts instance o of class t to a config object