@droppii-org/chat-sdk
Version:
Droppii React Chat SDK
9 lines • 307 B
TypeScript
interface MessageListProps {
conversationId: string;
searchClientMsgID?: string;
className?: string;
onClose?: () => void;
}
declare const MessageList: (props: MessageListProps) => import("react/jsx-runtime").JSX.Element;
export default MessageList;
//# sourceMappingURL=MessageList.d.ts.map