@types/react-ranger
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -7,3 +7,3 @@ // Type definitions for react-ranger 2.0 | ||
import { Key, CSSProperties, MouseEvent, TouchEvent } from 'react'; | ||
import { CSSProperties, Key, MouseEvent, TouchEvent } from "react"; | ||
@@ -30,7 +30,7 @@ export interface RangerOptions { | ||
} | ||
export interface TickProps { | ||
export interface TickProps { | ||
key: Key; | ||
style: CSSProperties; | ||
} | ||
export interface SegmentProps { | ||
export interface SegmentProps { | ||
key: Key; | ||
@@ -37,0 +37,0 @@ style: CSSProperties; |
{ | ||
"name": "@types/react-ranger", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for react-ranger", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-ranger", | ||
}, | ||
"typesPublisherContentHash": "3a9b67f5c60a604494d73c20f65d546bc248ebc09fa6d5c1c22252c9714ac4a0", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "1f7acfee6723cec86b6e0c2108b60b3c3790bff9605d561564891d12e95888cb", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -17,3 +17,3 @@ # Installation | ||
import { Key, CSSProperties, MouseEvent, TouchEvent } from 'react'; | ||
import { CSSProperties, Key, MouseEvent, TouchEvent } from "react"; | ||
@@ -40,7 +40,7 @@ export interface RangerOptions { | ||
} | ||
export interface TickProps { | ||
export interface TickProps { | ||
key: Key; | ||
style: CSSProperties; | ||
} | ||
export interface SegmentProps { | ||
export interface SegmentProps { | ||
key: Key; | ||
@@ -86,3 +86,3 @@ style: CSSProperties; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:41:26 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -89,0 +89,0 @@ * Global values: none |
6825