diff --git a/types/react-lazyload/index.d.ts b/types/react-lazyload/index.d.ts index 3c4ae99805..ed90c3f973 100644 --- a/types/react-lazyload/index.d.ts +++ b/types/react-lazyload/index.d.ts @@ -15,7 +15,7 @@ export interface LazyLoadProps { children?: JSX.Element; throttle?: number | boolean; debounce?: number | boolean; - placeholder?: Node; + placeholder?: any; unmountIfInvisible?: boolean; }