• Similar to html but for MathML elements.

    Type Parameters

    • T extends "annotation" | "annotation-xml" | "maction" | "math" | "merror" | "mfrac" | "mi" | "mmultiscripts" | "mn" | "mo" | "mover" | "mpadded" | "mphantom" | "mprescripts" | "mroot" | "mrow" | "ms" | "mspace" | "msqrt" | "mstyle" | "msub" | "msubsup" | "msup" | "mtable" | "mtd" | "mtext" | "mtr" | "munder" | "munderover" | "semantics"

    Parameters

    Returns MathMLElementBuilder<T>

Properties

annotation: ((...children) => MathMLElementBuilder<"annotation">)

Type declaration

annotation-xml: ((...children) => MathMLElementBuilder<"annotation-xml">)

Type declaration

maction: ((...children) => MathMLElementBuilder<"maction">)

Type declaration

math: ((...children) => MathMLElementBuilder<"math">)

Type declaration

merror: ((...children) => MathMLElementBuilder<"merror">)

Type declaration

mfrac: ((...children) => MathMLElementBuilder<"mfrac">)

Type declaration

mi: ((...children) => MathMLElementBuilder<"mi">)

Type declaration

mmultiscripts: ((...children) => MathMLElementBuilder<"mmultiscripts">)

Type declaration

mn: ((...children) => MathMLElementBuilder<"mn">)

Type declaration

mo: ((...children) => MathMLElementBuilder<"mo">)

Type declaration

mover: ((...children) => MathMLElementBuilder<"mover">)

Type declaration

mpadded: ((...children) => MathMLElementBuilder<"mpadded">)

Type declaration

mphantom: ((...children) => MathMLElementBuilder<"mphantom">)

Type declaration

mprescripts: ((...children) => MathMLElementBuilder<"mprescripts">)

Type declaration

mroot: ((...children) => MathMLElementBuilder<"mroot">)

Type declaration

mrow: ((...children) => MathMLElementBuilder<"mrow">)

Type declaration

ms: ((...children) => MathMLElementBuilder<"ms">)

Type declaration

mspace: ((...children) => MathMLElementBuilder<"mspace">)

Type declaration

msqrt: ((...children) => MathMLElementBuilder<"msqrt">)

Type declaration

mstyle: ((...children) => MathMLElementBuilder<"mstyle">)

Type declaration

msub: ((...children) => MathMLElementBuilder<"msub">)

Type declaration

msubsup: ((...children) => MathMLElementBuilder<"msubsup">)

Type declaration

msup: ((...children) => MathMLElementBuilder<"msup">)

Type declaration

mtable: ((...children) => MathMLElementBuilder<"mtable">)

Type declaration

mtd: ((...children) => MathMLElementBuilder<"mtd">)

Type declaration

mtext: ((...children) => MathMLElementBuilder<"mtext">)

Type declaration

mtr: ((...children) => MathMLElementBuilder<"mtr">)

Type declaration

munder: ((...children) => MathMLElementBuilder<"munder">)

Type declaration

munderover: ((...children) => MathMLElementBuilder<"munderover">)

Type declaration

semantics: ((...children) => MathMLElementBuilder<"semantics">)

Type declaration