JSXInternal.MSpaceMathMLAttributes
deprecated@deprecated
Please import from the Preact namespace instead
interface MSpaceMathMLAttributes <T extends EventTarget> extends MathMLAttributes<T> {
depth?: Signalish<string | undefined>;
height?: Signalish<string | undefined>;
width?: Signalish<string | undefined>;
}