ComponentDeclaration.Paramtype t('M, 'T) = ('M, t'('M, 'T));and t'('M, 'T) = {name: param_name('M, 'T),local: Pattern.t('M, 'T),default: option(Expression.t('M, 'T)),shorthand: bool,};and param_name('M, 'T) = | Identifier(Identifier.t('M, 'T))| StringLiteral(('M, StringLiteral.t('M)));let pp:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
t('M, 'T) =>
unit;let show:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
t('M, 'T) =>
string;let pp_t':
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
t'('M, 'T) =>
unit;let show_t':
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
t'('M, 'T) =>
string;let pp_param_name:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
param_name('M, 'T) =>
unit;let show_param_name:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
param_name('M, 'T) =>
string;