feat(ivy): add element instruction (#23899)
Adds a simplified element instruction that can be used if an element has no children. PR Close #23899
This commit is contained in:
@ -50,6 +50,7 @@ export {
|
||||
elementEnd as e,
|
||||
elementProperty as p,
|
||||
elementStart as E,
|
||||
element as Ee,
|
||||
elementStyle as s,
|
||||
elementStyleNamed as sn,
|
||||
|
||||
|
Reference in New Issue
Block a user