UNPKG

ng-lazyload-image-angular-universal

Version:

This is an extension from ng-lazyload-image, made available for Angular Universal.

3 lines (2 loc) 123 B
import { Attributes } from '../types'; export declare const getIntersectionObserver: (attributes: Attributes<any>) => any;