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

JSXInternal.MFencedMathMLAttributes

deprecated
@deprecated

Please import from the Preact namespace instead

interface MFencedMathMLAttributes <T extends EventTarget> extends MathMLAttributes<T> {
close?: Signalish<string | undefined>;
open?: Signalish<string | undefined>;
separators?: Signalish<string | undefined>;
}

§Type Parameters

§
T extends EventTarget
[src]

§Extends

§Properties

§
close?: Signalish<string | undefined>
[src]
§
open?: Signalish<string | undefined>
[src]
§
separators?: Signalish<string | undefined>
[src]