@types/react-imgix
Advanced tools
Comparing version 9.4.0 to 9.5.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-imgix 9.4 | ||
// Type definitions for react-imgix 9.5 | ||
// Project: https://github.com/imgix/react-imgix | ||
@@ -6,2 +6,3 @@ // Definitions by: Sherwin Heydarbeygi <https://github.com/sherwinski> | ||
// Frederick Fogerty <https://github.com/frederickfogerty> | ||
// Alice Lawrie <https://github.com/atlawrie/> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -225,6 +226,7 @@ | ||
interface SrcSetParams { | ||
widths: number[]; | ||
widthTolerance: number; | ||
minWidth: number; | ||
maxWidth: number; | ||
widths?: number[]; | ||
widthTolerance?: number; | ||
minWidth?: number; | ||
maxWidth?: number; | ||
devicePixelRatios?: number[]; | ||
} | ||
@@ -231,0 +233,0 @@ |
{ | ||
"name": "@types/react-imgix", | ||
"version": "9.4.0", | ||
"version": "9.5.0", | ||
"description": "TypeScript definitions for react-imgix", | ||
@@ -22,2 +22,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-imgix", | ||
"githubUsername": "frederickfogerty" | ||
}, | ||
{ | ||
"name": "Alice Lawrie", | ||
"url": "https://github.com/atlawrie", | ||
"githubUsername": "atlawrie" | ||
} | ||
@@ -36,4 +41,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "d55419e54d4887b3ee714d079874afd24177c9e86c993fd32e3825682c8d07ad", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "80e63507739d6594844ab844064a81d2d1f0400103d6f7c7ab55b7e5056c1bff", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 28 Feb 2022 16:31:43 GMT | ||
* Last updated: Mon, 01 Aug 2022 18:02:20 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Sherwin Heydarbeygi](https://github.com/sherwinski), [Luis Ball](https://github.com/luqven), and [Frederick Fogerty](https://github.com/frederickfogerty). | ||
These definitions were written by [Sherwin Heydarbeygi](https://github.com/sherwinski), [Luis Ball](https://github.com/luqven), [Frederick Fogerty](https://github.com/frederickfogerty), and [Alice Lawrie](https://github.com/atlawrie). |
12689
260