UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines 298 B
import { PropsWithChildren } from 'react'; export declare type CustomNotificationProps = { type: string; active?: boolean; }; export declare const CustomNotification: (props: PropsWithChildren<CustomNotificationProps>) => JSX.Element | null; //# sourceMappingURL=CustomNotification.d.ts.map