UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines (4 loc) 289 B
import type { GetOrCreateDialogParams } from '../DialogManager'; export declare const useDialog: ({ id }: GetOrCreateDialogParams) => import("../DialogManager").Dialog; export declare const useDialogIsOpen: (id: string) => boolean; export declare const useOpenedDialogCount: () => number;