UNPKG

cozy-search

Version:

UI components about search bar and IA assistant

6 lines (5 loc) 157 B
export default ChatConversationWithQuery; declare function ChatConversationWithQuery({ id, myself }: { id: any; myself: any; }): JSX.Element | null;