Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ana_components/src/types/element.ts

🧱 UI library for Ana
Go to Latest
import * as anaComponents from "https://deno.land/x/ana_components@v0.0.49/src/types/element.ts";

This module contains auxiliary types related to HTML Elements and their properties.

Type Aliases

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