Module Statement.ComponentDeclaration

module RestParam: { ... };
module Param: { ... };
module Params: { ... };
type t('M, 'T) = {
  1. id: Identifier.t('M, 'T),
  2. tparams: option(Type.TypeParams.t('M, 'T)),
  3. params: Params.t('M, 'T),
  4. renders: Type.component_renders_annotation('M, 'T),
  5. body: ('M, Block.t('M, 'T)),
  6. comments: option(Syntax.t('M, unit)),
  7. sig_loc: 'M,
};