import React from 'react'; import { Dropdown } from '@douyinfe/semi-ui/'; const Demo = () => { const events = { onClick: console.log, onMouseEnter: console.log, onMouseLeave: console.log, }; return ( 1111 2222 What if the text is super long? Longer than whatever you have known It looks OK } >
分割线
); }; export default Demo;