JSXInternal.MmultiScriptsMathMLAttributes
deprecated@deprecated
Please import from the Preact namespace instead
interface MmultiScriptsMathMLAttributes <T extends EventTarget> extends MathMLAttributes<T> {
subscriptshift?: Signalish<string | undefined>;
superscriptshift?: Signalish<string | undefined>;
}