sig
  class type t =
    object ('a)
      method addCls : 'Js.t -> unit Js.meth
      method block : 'Js.t -> Js.js_string Js.t -> unit Js.meth
      method callParent : 'Js.t -> 'Js.t Js.meth
      method callSuper : 'Js.t -> 'Js.t Js.meth
      method clearMarginCache : unit Js.meth
      method domBlock : 'Js.t -> Js.js_string Js.t -> unit Js.meth
      method flush : unit Js.meth
      method getBorderInfo : 'Js.t Js.meth
      method getClassList : unit Js.meth
      method getDomProp : Js.js_string Js.t -> 'Js.t Js.meth
      method getEl : 'Js.t -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method getFrameInfo : 'Js.t Js.meth
      method getInitialConfig :
        Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
      method getMarginInfo : 'Js.t Js.meth
      method getPaddingInfo : 'Js.t Js.meth
      method getProp : Js.js_string Js.t -> 'Js.t Js.meth
      method getStyle : Js.js_string Js.t -> 'Js.t Js.meth
      method getStyles :
        Js.js_string Js.t Js.js_array Js.t ->
        Js.js_string Js.t Js.js_array Js.t Js.optdef -> 'Js.t Js.meth
      method hasDomProp : Js.js_string Js.t -> bool Js.t Js.meth
      method hasProp : Js.js_string Js.t -> bool Js.t Js.meth
      method initConfig : 'Js.t -> 'Js.t Js.meth
      method invalidate : 'Js.t -> unit Js.meth
      method recoverProp :
        Js.js_string Js.t -> 'Js.t -> 'Js.t -> unit Js.meth
      method removeCls : 'Js.t -> unit Js.meth
      method removeEl : 'Js.t -> 'Js.t Js.optdef -> unit Js.meth
      method self : Ext_Class.t Js.t Js.prop
      method setAttribute : 'a1 Js.t -> 'b1 Js.t -> unit Js.meth
      method setContentHeight : 'c1 Js.t -> 'd1 Js.t -> unit Js.meth
      method setContentSize :
        'e1 Js.t -> 'f1 Js.t -> 'g1 Js.t -> unit Js.meth
      method setContentWidth : 'h1 Js.t -> 'i1 Js.t -> unit Js.meth
      method setHeight :
        Js.number Js.t -> bool Js.t Js.optdef -> Js.number Js.t Js.meth
      method setProp :
        Js.js_string Js.t -> 'j1 Js.t -> bool Js.t -> Js.number Js.t Js.meth
      method setWidth :
        Js.number Js.t -> bool Js.t Js.optdef -> Js.number Js.t Js.meth
      method state : 'k1 Js.t Js.prop
      method statics : Ext_Class.t Js.t Js.meth
      method wrapsComponent : bool Js.t Js.readonly_prop
    end
  class type configs = object  end
  class type events = object  end
  class type statics =
    object
      method addMembers : 'Js.t -> unit Js.meth
      method addStatics : 'Js.t -> 'Js.t Js.meth
      method create : 'Js.t Js.meth
      method createAlias : 'Js.t -> 'Js.t -> unit Js.meth
      method getName : Js.js_string Js.t Js.meth
    end
  val of_configs :
    Ext_layout_ContextItem.configs Js.t -> Ext_layout_ContextItem.t Js.t
  val to_configs :
    Ext_layout_ContextItem.t Js.t -> Ext_layout_ContextItem.configs Js.t
end