import React from 'react'; import { Input } from 'antd'; const ExpandSearchBox = ({ onSearch, placeholder = "搜索会议..." }) => { return ( ); }; export default ExpandSearchBox;