export default interface AccordionItem { /** * */ title: string; /** * */ component: any; /** * 组件参数 */ params?: any; }