import { Menu } from 'antd'; const { Item } = Menu; //item2 will be rendered with the class 'ant-menu-item-selected' const MyComp = () => ( <Menu theme="dark" ...
確定! 回上一頁