9 lines
326 B
JavaScript
9 lines
326 B
JavaScript
|
|
export default {
|
||
|
|
html: 'http://www.w3.org/1999/xhtml',
|
||
|
|
svg: 'http://www.w3.org/2000/svg',
|
||
|
|
mathML: 'http://www.w3.org/1998/Math/MathML',
|
||
|
|
xml: 'http://www.w3.org/XML/1998/namespace',
|
||
|
|
xlink: 'http://www.w3.org/1999/xlink',
|
||
|
|
xmlns: 'http://www.w3.org/2000/xmlns/'
|
||
|
|
};
|
||
|
|
//# sourceMappingURL=NamespaceURI.js.map
|