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

Attributes

interface Attributes {
jsx?: boolean | undefined;
key?: Key | undefined;
}

§Properties

§
jsx?: boolean | undefined
[src]
§
key?: Key | undefined
[src]