File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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. |
You can’t perform that action at this time.
0 commit comments