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

Input component's type that extends the <input> element Read more.

definition: iExtendedElement<HTMLInputElement> & { refInput?: Ref<HTMLInputElement>; label?: string; error?: string; maxWidth: boolean; }