import React from "react"; import styles from "./index.less"; import { Menu, Dropdown, Icon, message } from "antd"; const onClick = ({ key }) => { message.info(`Click on item ${key}`); }; const menu = (