---
order: 3
title:
zh-CN: 含有辅助性文字介绍
en-US: Description
---
## zh-CN
含有辅助性文字介绍的警告提示。
## en-US
Additional description for alert message.
```tsx
import { Alert } from 'antd';
import React from 'react';
const App: React.FC = () => (
<>
>
);
export default App;
```