Statement.ExportDefaultDeclaration
type ('M, 'T) t = {
default : 'M;
declaration : ('M, 'T) declaration;
comments : ('M, unit) Syntax.t option;
}
and ('M, 'T) declaration =
| Declaration of ('M, 'T) Statement.t
| Expression of ('M, 'T) Expression.t