This story is not configured to handle controls. Learn how to add controls
| Name | Description | Default | Control |
|---|---|---|---|
| defaultOpen | number | - | - |
| divider | ReactNode | - | - |
| items* | AccordionItemListProps[] | - | - |
| leftIcon | AccordionAnimatedIcon | - | - |
| multipleOpen | boolean | false | - |
| showItemsOnFirstRender | boolean | false | - |
| openItem | number[] | - | - |
| rightIcon | IconProps | - | - |
| setOpenItem | Dispatch<SetStateAction<number[]>> | - | - |
| style | { header?: Record<string, unknown>; content?: Record<string, unknown>; } | undefined | - | - |
| customOpenContentHeight | string | - | - |