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

9 lines (8 loc) 266 B
import React from 'react'; import type { CallKitProps, CallKitRef } from './types/index'; /** * CallKit主组件 */ declare const CallKit: React.ForwardRefExoticComponent<CallKitProps & React.RefAttributes<CallKitRef>>; export { CallKit }; export default CallKit;