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

11 lines (10 loc) 255 B
import React, { FC, ReactNode } from 'react'; export interface EmptyProps { className?: string; style?: React.CSSProperties; prefix?: string; text?: ReactNode; icon?: ReactNode; } declare const Empty: FC<EmptyProps>; export { Empty };