stream-chat-react
Version:
React components to create chat conversations or livestream style chat
10 lines • 549 B
TypeScript
import type { AudioPlayerPlugin } from './AudioPlayerPlugin';
import type { TFunction } from 'i18next';
import type { AddNotification } from '../../Notifications/hooks/useNotificationApi';
import type { NotificationTargetPanel } from '../../Notifications/notificationTarget';
export declare const audioPlayerNotificationsPluginFactory: ({ addNotification, panel, t, }: {
addNotification: AddNotification;
panel?: NotificationTargetPanel;
t: TFunction;
}) => AudioPlayerPlugin;
//# sourceMappingURL=AudioPlayerNotificationsPlugin.d.ts.map