Skip to main content
Go to Latest
type alias ChatInputProps
import { type ChatInputProps } from "https://deno.land/x/fathym_atomic_chat@v0.0.14-integration/mod.ts";
definition: Omit<JSX.HTMLAttributes<HTMLFormElement>, "icon"> & { icon: ComponentChildren; postSrc: string; useOpenChat: boolean; }