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.49/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; }