@tempots/dom
MathMLTags type
Represents a collection of MathML tags.
Signature:
export type MathMLTags = {
maction: MathMLElement;
math: MathMLElement;
merror: MathMLElement;
mfenced: MathMLElement;
mfrac: MathMLElement;
mi: MathMLElement;
mmultiscripts: MathMLElement;
mn: MathMLElement;
mo: MathMLElement;
mover: MathMLElement;
mpadded: MathMLElement;
mphantom: MathMLElement;
mroot: MathMLElement;
mrow: MathMLElement;
ms: MathMLElement;
mspace: MathMLElement;
msqrt: MathMLElement;
mstyle: MathMLElement;
msub: MathMLElement;
msubsup: MathMLElement;
msup: MathMLElement;
mtable: MathMLElement;
mtd: MathMLElement;
mtext: MathMLElement;
mtr: MathMLElement;
munder: MathMLElement;
munderover: MathMLElement;
semantics: MathMLElement;
};