Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias iTextArea
import { type iTextArea } from "https://deno.land/x/ana_components@v0.0.50/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; }