diff --git a/types/react-split-pane/index.d.ts b/types/react-split-pane/index.d.ts index 536c1a044d..db5f27010e 100644 --- a/types/react-split-pane/index.d.ts +++ b/types/react-split-pane/index.d.ts @@ -41,6 +41,8 @@ declare namespace ReactSplitPane { pane1Style?: React.CSSProperties; /* Styling to be applied to the second pane, with precedence over paneStyle */ pane2Style?: React.CSSProperties; + /* Class name to be applied to resizer bar */ + resizerClassName?: string; /* Styling to be applied to the resizer bar */ resizerStyle?: React.CSSProperties; }