ant-design/components/empty/demo/description.md

23 lines
267 B
Markdown
Raw Normal View History

---
2019-07-17 11:49:47 +08:00
order: 4
title:
zh-CN: 无描述
en-US: No description
---
## zh-CN
无描述展示。
## en-US
Simplest Usage with no description.
```tsx
import { Empty } from 'antd';
const App: React.FC = () => <Empty description={false} />;
export default App;
```