mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Add onResizerClick and onResizerDoubleClick
Add onResizerClick and onResizerDoubleClick to react-split-pane
This commit is contained in:
3
types/react-split-pane/index.d.ts
vendored
3
types/react-split-pane/index.d.ts
vendored
@@ -26,6 +26,9 @@ declare namespace ReactSplitPane {
|
||||
onDragFinished?: Function;
|
||||
onDragStarted?: Function;
|
||||
primary?: string;
|
||||
onResizerClick?: Function;
|
||||
onResizerDoubleClick?: Function;
|
||||
|
||||
/**
|
||||
* Either a number (in pixels) or string (percentage)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user