UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

9 lines (8 loc) 220 B
import './muted-avatar-overlay.scss'; import { ReactElement } from 'react'; interface Props { height?: number; width?: number; } export default function MutedAvatarOverlay(props: Props): ReactElement; export {};