Statement.ComponentDeclarationmodule RestParam : sig ... endmodule Param : sig ... endmodule Params : sig ... endtype ('M, 'T) t = {id : ('M, 'T) Identifier.t;tparams : ('M, 'T) Type.TypeParams.t option;params : ('M, 'T) Params.t;renders : ('M, 'T) Type.component_renders_annotation;body : 'M * ('M, 'T) Block.t;comments : ('M, unit) Syntax.t option;sig_loc : 'M;}