UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

8 lines (7 loc) 190 B
import React from "react"; interface MessageBubbleProps { children: React.ReactNode; isUser?: boolean; } export declare const MessageBubble: React.FC<MessageBubbleProps>; export {};