UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 327 B
import type { PropsWithChildren } from 'react'; export declare const UnreadCountBadge: ({ children, count, position, }: PropsWithChildren<{ count: number; position?: "top-right" | "bottom-right" | "bottom-left" | "top-left"; }>) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UnreadCountBadge.d.ts.map