Skip to content

Commit 88134a2

Browse files
author
Paul Crane
committed
Updated README
1 parent a919cfd commit 88134a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default class SimpleControlledFullExample extends React.Component<{}, Sta
152152
| `onResize` | |<code>(e: MouseEvent &#124; TouchEvent, key: string, dir: PaneResizeDirection, elementRef: HTMLElement, delta: PaneSize) => void</code>| `undefined` | It is called when `Pane` component resize. |
153153
| `onResizeStop` | |<code>(e: MouseEvent &#124; TouchEvent, key: string, dir: PaneResizeDirection, elementRef: HTMLElement, delta: PaneSize) => void</code>| `undefined` | It is called when `Pane` component resize stop. |
154154
| `onDragStart` | |<code>(e: React.MouseEvent<HTMLElement> &#124; React.TouchEvent<HTMLElement>, key: string, elementRef: HTMLElement) => void</code> | `undefined` | It is called when `Pane` component dragging starts. |
155-
| `onDragStop` | |<code>(e: MouseEvent &#124; TouchEvent, key: PaneKey, elementRef: HTMLElement) => void</code> | `undefined` | It is called when `Pane` component dragging stop. |
155+
| `onDragStop` | |<code>(e: MouseEvent &#124; TouchEvent, key: PaneKey, elementRef: HTMLElement, order: string[]) => void</code> | `undefined` | It is called when `Pane` component dragging stop. |
156156
157157
## PaneComponent
158158

0 commit comments

Comments
 (0)