--- order: 1 title: zh-CN: 四种样式 en-US: More types --- ## zh-CN 共有四种样式 `success`、`info`、`warning`、`error`。 ## en-US There are 4 types of Alert: `success`, `info`, `warning`, `error`. ````jsx import { Alert } from 'antd'; ReactDOM.render(
, mountNode); ````