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

8 lines (7 loc) 239 B
import React from 'react'; import type { FullLayoutProps } from '../types/layout'; /** * Preview 完整布局组件 * 预览模式:Header + 预览视频 + Controls */ export declare const PreviewFullLayout: React.FC<FullLayoutProps>;