diff --git a/types/react-lazyload/index.d.ts b/types/react-lazyload/index.d.ts index ffe964ea0b..bce59665c6 100644 --- a/types/react-lazyload/index.d.ts +++ b/types/react-lazyload/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for react-lazyload ver 2.5 +// Type definitions for react-lazyload ver 2.6 // Project: https://github.com/jasonslyvia/react-lazyload // Definitions by: m0a // svobik7 @@ -18,8 +18,9 @@ export interface LazyLoadProps { throttle?: number | boolean; debounce?: number | boolean; placeholder?: ReactNode; - unmountIfInvisible?: boolean; scrollContainer?: string | Element; + unmountIfInvisible?: boolean; + preventLoading?: boolean; } export default class LazyLoad extends Component {