import React from "react"; import styles from "./index.less"; import { Alert } from "antd"; const onClose = e => { console.log(e, "I was closed."); }; export default () => (