Add resizerClassName

This commit is contained in:
Robert Fidler
2017-09-19 13:23:50 -04:00
committed by GitHub
parent 242aa73699
commit a3d9c4cc59
+2
View File
@@ -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;
}