react-19-kit
Version:
Ready-to-use Chat UI Components for React(Javascript/Web)
8 lines (7 loc) • 322 B
TypeScript
interface CometChatSmartRepliesProps {
getSmartReplies?: () => Promise<string[]>;
onSuggestionClicked?: (reply: string) => void;
closeCallback?: () => void;
}
declare const CometChatSmartReplies: (props: CometChatSmartRepliesProps) => import("react/jsx-runtime").JSX.Element;
export { CometChatSmartReplies };