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

JSXInternal.DetailedHTMLProps

deprecated
@deprecated

Please import from the Preact namespace instead

type DetailedHTMLProps<HA extends HTMLAttributes<RefType>, RefType extends EventTarget = EventTarget> = HA;

§Type Parameters

§
HA extends HTMLAttributes<RefType>
[src]
§
RefType extends EventTarget = EventTarget
[src]

§Type