mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
21 lines
246 B
Markdown
21 lines
246 B
Markdown
---
|
|
order: 4
|
|
title:
|
|
zh-CN: 无描述
|
|
en-US: No description
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
无描述展示。
|
|
|
|
## en-US
|
|
|
|
Simplest Usage with no description.
|
|
|
|
```jsx
|
|
import { Empty } from 'antd';
|
|
|
|
ReactDOM.render(<Empty description={false} />, mountNode);
|
|
```
|