/** * title: "卡片形态" * description: "Collapse 接受子组件 Panel 展示信息。Panel 可设置: title(标题)、disable(是否可操作)其中 title 可为字符串或 Component 组件。" */ import React from 'react'; export default function App(): React.JSX.Element;