UNPKG

@longears-mobile/rcs-client-mockup

Version:

A React smartphone preview components for RCS client mockups.

5 lines (4 loc) 163 B
import React from 'react'; import { MessageBubbleProps } from '../types'; declare const MessageBubble: React.FC<MessageBubbleProps>; export default MessageBubble;