@types/react-split-pane
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -34,2 +34,10 @@ // Type definitions for react-split-pane v0.1.38 | ||
split?: string; | ||
/* Styling to be applied to both panes */ | ||
paneStyle?: React.CSSProperties; | ||
/* Styling to be applied to the first pane, with precedence over paneStyle */ | ||
pane1Style?: React.CSSProperties; | ||
/* Styling to be applied to the second pane, with precedence over paneStyle */ | ||
pane2Style?: React.CSSProperties; | ||
/* Styling to be applied to the resizer bar */ | ||
resizerStyle?: React.CSSProperties; | ||
} | ||
@@ -36,0 +44,0 @@ |
{ | ||
"name": "@types/react-split-pane", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "TypeScript definitions for react-split-pane", | ||
"license": "MIT", | ||
"author": "Roger Chen <https://github.com/rcchen>", | ||
"contributors": [ | ||
{ | ||
"name": "Roger Chen", | ||
"url": "https://github.com/rcchen" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +22,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "8e8ce22f1e62cc1d07d4c445b2793e007f92b8f1da561b15a8d6a2910bc13655", | ||
"typesPublisherContentHash": "45585845fd5da4e7b7a83694d074dc7725bab1b53916ecb4f235b0413b13d2e6", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 23 Jan 2017 21:31:31 GMT | ||
* Last updated: Mon, 27 Mar 2017 18:03:09 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
2931
3
46