@types/react-circular-progressbar
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -21,12 +21,5 @@ // Type definitions for react-circular-progressbar 0.8 | ||
counterClockwise?: boolean; | ||
classForPercentage?: FalseyCallback; | ||
textForPercentage?: FalseyCallback; | ||
text?: string; | ||
} | ||
export type FalseyCallback = | ||
| '' | ||
| false | ||
| null | ||
| ((percentage: number) => string); | ||
export interface GroupOverride<T> { | ||
@@ -33,0 +26,0 @@ root?: T; |
{ | ||
"name": "@types/react-circular-progressbar", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "TypeScript definitions for react-circular-progressbar", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -23,4 +23,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "91f6c8f178a0f907d7a4e4d02cd46d00061a627b04782e234686be8a7cc7341a", | ||
"typesPublisherContentHash": "74b30c6cccbdb45348da29c32b9686637e5dd6ee8a9886807397438f532a7abf", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-circular-progressbar | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-circular-progressbar | ||
Additional Details | ||
* Last updated: Tue, 01 May 2018 16:24:24 GMT | ||
* Last updated: Wed, 04 Jul 2018 01:11:07 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
3398
28