UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines 166 B
import type { Notification } from 'stream-chat'; export type NotificationTranslatorOptions = { notification?: Notification; }; //# sourceMappingURL=types.d.ts.map