Package:
@hexos/react-uiProps for the QuickReplies component.
interface QuickRepliesProps {
suggestions: string[];
onSelect: (suggestion: string) => void;
title?: string;
className?: string;
}@hexos/react-uiProps for the QuickReplies component.
interface QuickRepliesProps {
suggestions: string[];
onSelect: (suggestion: string) => void;
title?: string;
className?: string;
}