UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

8 lines 388 B
import { SearchConversationTabKey } from "."; interface SearchConversationAllProps { searchTerm: string; setActiveKey: (key: SearchConversationTabKey) => void; } declare const SearchConversationAll: ({ searchTerm, setActiveKey, }: SearchConversationAllProps) => import("react/jsx-runtime").JSX.Element; export default SearchConversationAll; //# sourceMappingURL=SearchAll.d.ts.map