Skip to main content
Go to Latest
type alias ChatInputProps
import { type ChatInputProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.71/mod.ts";
definition: Omit<JSX.HTMLAttributes<HTMLFormElement>, "icon"> & { children: ComponentChildren; icon?: ComponentChildren; placeholder?: string; hideOpenChat?: boolean; useOpenChat?: boolean; }