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