import { VNode, h } from "preact"; import { InputLine, UIFormProps } from "./InputLine.js"; export function InputTextArea(props: UIFormProps): VNode { return ; }