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

Textarea component's type that extends the <textarea> element Read more.

definition: iExtendedElement<HTMLTextAreaElement> & { refTextarea?: Ref<HTMLTextAreaElement>; label?: string; error?: string; maxWidth: boolean; noResize: boolean; }