UNPKG

lazy-load-img-component

Version:

An simple image lazy load component based on react hooks and IntersectionObserver

5 lines (4 loc) 185 B
import { FunctionComponent } from 'react'; import { LazyLoadPropsType } from './interface'; declare const LazyLoadImg: FunctionComponent<LazyLoadPropsType>; export default LazyLoadImg;