Module JSX.Closing

type t('M, 'T) = ('M, t'('M, 'T));
and t'('M, 'T) = {
  1. name: name('M, 'T),
};