Statement.DeclareComponenttype ('M, 'T) t = {id : ('M, 'T) Identifier.t;tparams : ('M, 'T) Type.TypeParams.t option;params : ('M, 'T) Type.Component.Params.t;renders : ('M, 'T) Type.component_renders_annotation;comments : ('M, unit) Syntax.t option;}val pp :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t ->
unitval show :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t ->
string