UNPKG

easemob-chat-uikit

Version:

![Static Badge](https://img.shields.io/badge/platform-React-green) ![Static Badge](https://img.shields.io/badge/language-typescript-green) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/easemob/Easemob-UIKit-web) ![GitHub last c

13 lines (12 loc) 403 B
import React from 'react'; export interface UrlMessageProps { mediaType: 'website' | 'image' | 'application'; url: string; title?: string; description?: string; favicons?: string[]; images?: string[]; isLoading: boolean; } declare const UrlMessage: React.MemoExoticComponent<(props: UrlMessageProps) => import("react/jsx-runtime").JSX.Element | null>; export { UrlMessage };