Skip to main content
Module

x/lunchbox/src/types.ts>iExtendedElement

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iExtendedElement
import { type iExtendedElement } from "https://deno.land/x/lunchbox@v0.1.13/src/types.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>
& { fref?: Ref<T>; }