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) 245 B
import React from 'react'; interface AvatarDefaultProps { width: string | number; height: string | number; text?: string; } declare const AvatarDefault: (props: AvatarDefaultProps) => React.JSX.Element; export default AvatarDefault;