/** * @title: 添加额外商品 * @description: * @return {*} * @Author: zhiwei.Wang * @Date: 2024-01-30 16:33 */ import './index.less'; export interface InfoProps { title?: string; style?: any; globalState: any; setGlobalState: any; } export declare const formatProducts: (values: any) => any; declare const Addons: any; export default Addons;