UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

9 lines (8 loc) 258 B
import React from "react"; declare const useChatId: () => { chatId?: string | undefined; }; declare function ChatIdProvider({ children }: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; export { useChatId, ChatIdProvider };