JSXInternal.MActionMathMLAttributes
deprecated@deprecated
Please import from the Preact namespace instead
interface MActionMathMLAttributes <T extends EventTarget> extends MathMLAttributes<T> {
actiontype?: Signalish<"statusline" | "toggle" | undefined>;
selection?: Signalish<string | undefined>;
}