mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add resizerClassName
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user