UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 415 B
import type { AvatarProps, GroupAvatarProps } from './'; export type ChannelAvatarProps = Partial<Omit<GroupAvatarProps & AvatarProps, 'size'>> & { size: GroupAvatarProps['size'] | AvatarProps['size']; }; export declare const ChannelAvatar: ({ displayMembers, imageUrl, size, userName, ...sharedProps }: ChannelAvatarProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ChannelAvatar.d.ts.map