UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 249 B
import React from 'react'; import type { Reminder } from 'stream-chat'; export type ReminderNotificationProps = { reminder?: Reminder; }; export declare const ReminderNotification: ({ reminder }: ReminderNotificationProps) => React.JSX.Element;