Skip to content

Commit d634662

Browse files
committed
docs: document resize callback sizes
1 parent 9975b0b commit d634662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Then open `http://localhost:8000`.
8585
| placement | `left` \| `right` \| `top` \| `bottom` | `right` | Drawer placement. |
8686
| prefixCls | string | `rc-drawer` | Class name prefix. |
8787
| push | boolean \| `{ distance?: number \| string }` | - | Push parent drawers when nested. |
88-
| resizable | boolean \| `{ onResize?: (size: number) => void; onResizeStart?: () => void; onResizeEnd?: () => void }` | false | Enable resizing and optional resize callbacks. |
88+
| resizable | boolean \| `{ onResize?: (size: number) => void; onResizeStart?: (size: number) => void; onResizeEnd?: (size: number) => void }` | false | Enable resizing and optional resize callbacks. |
8989
| rootClassName | string | - | Class name for the root wrapper. |
9090
| rootStyle | CSSProperties | - | Style for the root wrapper. |
9191
| size | number \| string | `378` for left/right | Drawer size. Controls width for left/right and height for top/bottom placement. |

0 commit comments

Comments
 (0)