Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ChatInputProps
import { type ChatInputProps } from "https://deno.land/x/fathym_atomic_chat@v0.0.41/src/molecules/ChatInput.tsx";
definition: Omit<JSX.HTMLAttributes<HTMLFormElement>, "icon"> & { children: ComponentChildren; icon?: ComponentChildren; placeholder?: string; hideOpenChat?: boolean; useOpenChat?: boolean; }