JSX.Openingtype ('M, 'T) t = 'M * ('M, 'T) t'and ('M, 'T) attribute = | Attribute of ('M, 'T) Attribute.t| SpreadAttribute of ('M, 'T) SpreadAttribute.tand ('M, 'T) t' = {name : ('M, 'T) name;targs : ('M, 'T) Expression.CallTypeArgs.t option;self_closing : bool;attributes : ('M, 'T) attribute list;}