@types/react-lazyload
Advanced tools
@@ -8,3 +8,3 @@ // Type definitions for react-lazyload ver 3.2 | ||
| import { Component, ReactNode, CSSProperties } from 'react'; | ||
| import { Component, CSSProperties, ReactNode } from "react"; | ||
@@ -11,0 +11,0 @@ export interface LazyLoadProps { |
| { | ||
| "name": "@types/react-lazyload", | ||
| "version": "3.2.0", | ||
| "version": "3.2.1", | ||
| "description": "TypeScript definitions for react-lazyload ver", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-lazyload", | ||
| }, | ||
| "typesPublisherContentHash": "2156d3437c43d7cf7651e458bbe76c3e5f5efd19ebc158e3235db72ba14cf57a", | ||
| "typeScriptVersion": "3.9" | ||
| "typesPublisherContentHash": "b4204627573ec3efde0f5075bef5fbe96c0f5c8728061fc6a4d4815650e60ec5", | ||
| "typeScriptVersion": "4.5" | ||
| } |
@@ -18,3 +18,3 @@ # Installation | ||
| import { Component, ReactNode, CSSProperties } from 'react'; | ||
| import { Component, CSSProperties, ReactNode } from "react"; | ||
@@ -53,3 +53,3 @@ export interface LazyLoadProps { | ||
| ### Additional Details | ||
| * Last updated: Fri, 18 Mar 2022 21:01:43 GMT | ||
| * Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
| * Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -56,0 +56,0 @@ * Global values: none |