UNPKG

ng-lazyload-image-angular-universal

Version:

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

4 lines (3 loc) 161 B
import { HookSet, IsVisibleFn } from '../types'; export declare const isVisible: IsVisibleFn<Event>; export declare const scrollPreset: HookSet<Event | String>;