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