stream-chat-react
Version:
React components to create chat conversations or livestream style chat
6 lines • 301 B
TypeScript
import type { Reminder } from 'stream-chat';
export type ReminderNotificationProps = {
reminder?: Reminder;
};
export declare const ReminderNotification: ({ reminder }: ReminderNotificationProps) => import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=ReminderNotification.d.ts.map