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

6 lines (5 loc) 244 B
export declare function noop(): void; export declare function rcWarning(valid: boolean, message: string): void; type Warning = (valid: boolean, component: string, message?: string) => void; declare let warning: Warning; export default warning;