@types/rc-slider
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -10,7 +10,7 @@ // Type definitions for rc-slider 6.1 | ||
declare namespace RcSliderClass { | ||
export interface Marks { | ||
interface Marks { | ||
[number: number]: JSX.Element | string | { style: any, label: string | JSX.Element }; | ||
} | ||
export interface CommonApiProps { | ||
interface CommonApiProps { | ||
/** | ||
@@ -104,4 +104,3 @@ * Additional CSS class for the root DOM node | ||
export interface RangeProps extends CommonApiProps { | ||
interface RangeProps extends CommonApiProps { | ||
/** | ||
@@ -133,3 +132,3 @@ * Set initial positions of handles. | ||
export interface HandleProps extends CommonApiProps { | ||
interface HandleProps extends CommonApiProps { | ||
/** | ||
@@ -158,3 +157,2 @@ * Class name | ||
export = RcSliderClass; |
{ | ||
"name": "@types/rc-slider", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "TypeScript definitions for rc-slider", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "95c2ab8946eb3efd0e39349539788d840c27fdfca2814d95b16a3e990040b7ca", | ||
"typesPublisherContentHash": "981ace1e9ce44dccde37e5c0b659c8f862c1fb233c5c1e4308fe1e842e38eba8", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 11 Mar 2017 00:13:29 GMT | ||
* Last updated: Mon, 27 Mar 2017 20:43:37 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
6156