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

PreactDOMAttributes

interface PreactDOMAttributes {
children?: ComponentChildren;
dangerouslySetInnerHTML?: {
__html: Parameters<DOMParser["parseFromString"]>[0];
}
;
}

§Properties

§
dangerouslySetInnerHTML?: {
__html: Parameters<DOMParser["parseFromString"]>[0];
}
[src]