import { type iElement } from "https://deno.land/x/lunchbox@v1.0.2/src/types.ts";
This type is a shorthand for an extension of JSX.HTMLAttributes<T>
, Partial<ARIAMixin>
, and
Partial<GlobalEventHandlers>
. It gives all attributes that come native to a particular HTMLElement.
Type Parameters
optional
T extends EventTarget = HTMLElementdefinition: JSX.HTMLAttributes<T> & Partial<ARIAMixin> & Partial<GlobalEventHandlers>