JSXInternal.MathMathMLAttributes
deprecated@deprecated
Please import from the Preact namespace instead
interface MathMathMLAttributes <T extends EventTarget> extends MathMLAttributes<T> {
display?: Signalish<"block" | "inline" | undefined>;
}Please import from the Preact namespace instead