UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

8 lines (7 loc) 297 B
import type { AudioPlayerPlugin } from './AudioPlayerPlugin'; import type { StreamChat } from 'stream-chat'; import type { TFunction } from 'i18next'; export declare const audioPlayerNotificationsPluginFactory: ({ client, t, }: { client: StreamChat; t: TFunction; }) => AudioPlayerPlugin;