import * as lunchbox from "https://deno.land/x/lunchbox@v0.3.15/src/types.ts";
This module contains auxiliary types.
Type Aliases
This type is a shorthand of | |
This type is used for standarizing all components. By design every component must have a protagonic HTMLElement that inherits its attributes, the GenericComponent properties, Aria atributes, and Event Handlers. See more | |
This type is a shorthand for an extension of | |
T iFwd | This type is a shorthand that helps in forwarding props and references to a component's part. This type points to every secondary HTMLElement in a component. |