@types/react-gauge-chart
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -12,3 +12,3 @@ // Type definitions for react-gauge-chart 0.3 | ||
*/ | ||
id?: string; | ||
id?: string | undefined; | ||
@@ -18,3 +18,3 @@ /** | ||
*/ | ||
className?: string; | ||
className?: string | undefined; | ||
@@ -25,3 +25,3 @@ /** | ||
*/ | ||
style?: React.CSSProperties; | ||
style?: React.CSSProperties | undefined; | ||
@@ -32,3 +32,3 @@ /** | ||
*/ | ||
marginInPercent?: number; | ||
marginInPercent?: number | undefined; | ||
@@ -39,3 +39,3 @@ /** | ||
*/ | ||
cornerRadius?: number; | ||
cornerRadius?: number | undefined; | ||
@@ -46,3 +46,3 @@ /** | ||
*/ | ||
nrOfLevels?: number; | ||
nrOfLevels?: number | undefined; | ||
@@ -53,3 +53,3 @@ /** | ||
*/ | ||
percent?: number; | ||
percent?: number | undefined; | ||
@@ -60,3 +60,3 @@ /** | ||
*/ | ||
arcPadding?: number; | ||
arcPadding?: number | undefined; | ||
@@ -67,3 +67,3 @@ /** | ||
*/ | ||
arcWidth?: number; | ||
arcWidth?: number | undefined; | ||
@@ -73,3 +73,3 @@ /** | ||
*/ | ||
arcsLength?: number[]; | ||
arcsLength?: number[] | undefined; | ||
@@ -80,3 +80,3 @@ /** | ||
*/ | ||
colors?: string[]; | ||
colors?: string[] | undefined; | ||
@@ -87,3 +87,3 @@ /** | ||
*/ | ||
textColor?: string; | ||
textColor?: string | undefined; | ||
@@ -94,3 +94,3 @@ /** | ||
*/ | ||
needleColor?: string; | ||
needleColor?: string | undefined; | ||
@@ -101,3 +101,3 @@ /** | ||
*/ | ||
needleBaseColor?: string; | ||
needleBaseColor?: string | undefined; | ||
@@ -108,3 +108,3 @@ /** | ||
*/ | ||
hideText?: boolean; | ||
hideText?: boolean | undefined; | ||
@@ -115,3 +115,3 @@ /** | ||
*/ | ||
animate?: boolean; | ||
animate?: boolean | undefined; | ||
@@ -122,3 +122,3 @@ /** | ||
*/ | ||
fontSize?: string; | ||
fontSize?: string | undefined; | ||
@@ -129,3 +129,3 @@ /** | ||
*/ | ||
animateDuration?: number; | ||
animateDuration?: number | undefined; | ||
@@ -136,3 +136,3 @@ /** | ||
*/ | ||
animDelay?: number; | ||
animDelay?: number | undefined; | ||
@@ -147,5 +147,5 @@ /** | ||
*/ | ||
formatTextValue?: (value: string) => string; | ||
formatTextValue?: ((value: string) => string) | undefined; | ||
} | ||
export default function GaugeChart(props: GaugeChartProps): React.ReactElement; |
{ | ||
"name": "@types/react-gauge-chart", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "TypeScript definitions for react-gauge-chart", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-gauge-chart", | ||
"license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "0eca34ede72af3383c6f445613c2ce0b73a8bce89e922ae1675cab9d02a7be7d", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "73c0aa16193fa5903061af0355636b15f6ba3afa7c1401a9baab94a5204e928b", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 14 Feb 2021 10:36:11 GMT | ||
* Last updated: Thu, 08 Jul 2021 20:20:43 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5583
1