@types/react-imgix
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -238,3 +238,3 @@ // Type definitions for react-imgix 9.0 | ||
interface BackgroundProps { | ||
export interface BackgroundProps { | ||
src: string; | ||
@@ -241,0 +241,0 @@ imgixParams?: ImigixParams; |
{ | ||
"name": "@types/react-imgix", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"description": "TypeScript definitions for react-imgix", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7c986f9a59ce341b7577c7f40a5c0ddc868fe199c23b53143dbe0e62c46c5696", | ||
"typesPublisherContentHash": "d96fec664444efc58473bec62a2216f2d32c2d21e25da3006e97f4432215f06b", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 17 Jan 2020 23:39:06 GMT | ||
* Last updated: Fri, 13 Mar 2020 01:24:26 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Michael Haglund (https://github.com/hagmic). | ||
These definitions were written by [Michael Haglund](https://github.com/hagmic). |
8439