Module JSX.NamespacedName

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