aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/core/namespaces.js
blob: 544efa28dde0405d5edb30130e1c426e1df0eea9 (plain)
1
2
3
4
5
// Default namespaces
export const svg = 'http://www.w3.org/2000/svg'
export const html = 'http://www.w3.org/1999/xhtml'
export const xmlns = 'http://www.w3.org/2000/xmlns/'
export const xlink = 'http://www.w3.org/1999/xlink'