UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

5 lines (4 loc) 224 B
import { initialQuestionsType } from "../../types/initialDataType"; export declare function UserSuggestions({ suggestedMessages, }: { suggestedMessages: initialQuestionsType; }): import("react/jsx-runtime").JSX.Element;