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) 351 B
import React from 'react'; import type { FullLayoutProps } from '../types/layout'; /** * 完整布局管理器 - 根据布局模式选择合适的完整布局组件 * 与原来的 LayoutManager 不同,这个管理器包含完整的布局逻辑(包括 Header 和 Controls) */ export declare const FullLayoutManager: React.FC<FullLayoutProps>;