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