/** * @description 请添加ProductMenu组件的描述和注释!!! * * @date 创建时间 2022-10-29 13:55 * @author 开发人员 */ import React from "react"; interface Props { symbol?: string; base?: string; open?: boolean; } declare const CurrentProduct: React.FC; export default CurrentProduct;