UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines (4 loc) 131 B
import type { Notification } from 'stream-chat'; export type NotificationTranslatorOptions = { notification?: Notification; };