Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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>;
}

§Type Parameters

§
T extends EventTarget
[src]

§Extends

§Properties

§
subscriptshift?: Signalish<string | undefined>
[src]
§
superscriptshift?: Signalish<string | undefined>
[src]