UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 319 B
import type { NotificationTargetPanel } from '../notificationTarget'; /** * Resolves the panel target where notifications emitted by the current component should be displayed. */ export declare const useNotificationTarget: () => NotificationTargetPanel | undefined; //# sourceMappingURL=useNotificationTarget.d.ts.map