Statement.ComponentDeclaration
module RestParam : sig ... end
module Param : sig ... end
module Params : sig ... end
type ('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;
}