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

JSXInternal.TargetedFocusEvent

deprecated
@deprecated

Please import from the Preact namespace instead

type TargetedFocusEvent<Target extends EventTarget> = TargetedEvent<Target, FocusEvent>;

§Type Parameters

§
Target extends EventTarget
[src]

§Type

§
TargetedEvent<Target, FocusEvent>
[src]