UNPKG

@voxket-ai/voxket-live

Version:

A React widget for embedding Voxket-powered audio/video/chat experiences.

7 lines (6 loc) 285 B
interface ChatInputProps extends React.HTMLAttributes<HTMLFormElement> { onSend?: (message: string) => void; disabled?: boolean; } export declare function ChatInput({ onSend, className, disabled, ...props }: ChatInputProps): import("react/jsx-runtime").JSX.Element; export {};