docs: fix prop name (#5460)

This commit is contained in:
EdamAmex
2024-10-21 16:43:08 +09:00
committed by GitHub
parent 93ae8bd67f
commit ced2513137

View File

@@ -346,7 +346,7 @@ The `SidebarProvider` component is used to provide the sidebar context to the `S
| ------------- | ------------------------- | -------------------------------------------- |
| `defaultOpen` | `boolean` | Default open state of the sidebar. |
| `open` | `boolean` | Open state of the sidebar (controlled). |
| `setOpen` | `(open: boolean) => void` | Sets open state of the sidebar (controlled). |
| `onOpenChange`| `(open: boolean) => void` | Sets open state of the sidebar (controlled). |
### Width