From a3d9c4cc596f7454ef1842399a249eb754c2cc49 Mon Sep 17 00:00:00 2001 From: Robert Fidler Date: Tue, 19 Sep 2017 13:23:50 -0400 Subject: [PATCH] Add resizerClassName --- types/react-split-pane/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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; }