Accordion 每次只能展开一项
| 属性名 | 类型 | 是否必须 | 默认值 | 说明 |
|---|---|---|---|---|
| expandIcon | "arrow" | "plus" | undefined | no | 展开的图标 | |
| initExpandIndex | number | undefined | no | 初始展开的项索引 | |
| items | { [key: string]: any; title: ReactNode; content: ReactNode; }[] | yes | 项数组 | |
| slots | { itemRoot?: string | undefined; itemTitle?: string | undefined; itemContent?: string | undefined; } | undefined | no |