feat(ivy): now supports SVG and MathML elements (#24377)
- Adds support for ivy creating SVG and MathML elements properly using createElementNS PR Close #24377
This commit is contained in:
@ -58,6 +58,10 @@ export {
|
||||
load as ld,
|
||||
loadDirective as d,
|
||||
|
||||
namespaceHTML as NH,
|
||||
namespaceMathML as NM,
|
||||
namespaceSVG as NS,
|
||||
|
||||
projection as P,
|
||||
projectionDef as pD,
|
||||
|
||||
|
Reference in New Issue
Block a user