Module JSX.SpreadChild

type t('M, 'T) = {
  1. expression: Expression.t('M, 'T),
  2. comments: option(Syntax.t('M, unit)),
};