JSXInternal.MTdMathMLAttributes
interface MTdMathMLAttributes <T extends EventTarget> extends MathMLAttributes<T> {
columnalign?: Signalish<"center" | "left" | "right" | undefined>;
columnspan?: Signalish<number | undefined>;
rowalign?: Signalish<"axis" | "baseline" | "bottom" | "center" | "top" | undefined>;
rowspan?: Signalish<number | undefined>;
}§Extends
§Properties
§
Non-standard attribute See https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mtd#columnalign
§
Non-standard attribute See https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mtd#rowalign