UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
d3-selection
/
src
/
namespaces.js
10 lines
(8 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
var
xhtml =
"http://www.w3.org/1999/xhtml"
;
export
default
{
svg
:
"http://www.w3.org/2000/svg"
,
xhtml
: xhtml,
xlink
:
"http://www.w3.org/1999/xlink"
,
xml
:
"http://www.w3.org/XML/1998/namespace"
,
xmlns
:
"http://www.w3.org/2000/xmlns/"
};