Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias iExtendedElement
import { type iExtendedElement } from "https://deno.land/x/ana_components@v0.0.42/src/types/element.ts";

This type is a shorthand for an extension of JSX.HTMLAttributes<T>, Partial<ARIAMixin>, and Partial<GlobalEventHandlers>.

Type Parameters

optional
T extends EventTarget = HTMLElement
definition: JSX.HTMLAttributes<T> & Partial<ARIAMixin> & Partial<GlobalEventHandlers>