UNPKG

puppychat

Version:

A beautiful React chat interface component with TypeScript support

3 lines 242 B
import type { MessageBubbleProps } from '../types'; export default function MessageBubble({ message, isTyping, showAvatar, showBorder }: MessageBubbleProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MessageBubble.d.ts.map