Skip to main content
Module

x/lunchbox/components/TextArea/setup.ts>iTextArea

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iTextArea
import { type iTextArea } from "https://deno.land/x/lunchbox@v0.3.15/components/TextArea/setup.ts";
definition: iComponent<HTMLTextAreaElement> & { label: string; error: string | null; maxWidth: boolean; noResize: boolean; fwd: Partial<{ text: iFwd<HTMLSpanElement>; label: iFwd<HTMLLabelElement>; error: iFwd<HTMLSpanElement>; required: iFwd; container: iFwd<HTMLDivElement>; }>; }