@types/react-split-pane
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -44,2 +44,4 @@ // Type definitions for react-split-pane v0.1.64 | ||
pane2Style?: React.CSSProperties; | ||
/* Class name to be applied to resizer bar */ | ||
resizerClassName?: string; | ||
/* Styling to be applied to the resizer bar */ | ||
@@ -46,0 +48,0 @@ resizerStyle?: React.CSSProperties; |
{ | ||
"name": "@types/react-split-pane", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "TypeScript definitions for react-split-pane", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Roger Chen", | ||
"url": "https://github.com/rcchen" | ||
"url": "https://github.com/rcchen", | ||
"githubUsername": "rcchen" | ||
} | ||
@@ -22,5 +23,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "ace2b443816c2ffb37cfa43ae182986ade0b461d5f02d580754d70590719c889", | ||
"typesPublisherContentHash": "d344474d328268ceda712d84a2624b70218e067c052039615a841362a0be468e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 13 Jul 2017 15:01:39 GMT | ||
* Last updated: Tue, 19 Sep 2017 20:10:18 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4257
51