UNPKG

radh-ui

Version:

Stencil Component Starter

10 lines (9 loc) 204 B
export declare class RadhLazyImg { el: HTMLElement; imgSrc: string; time: number; private observer; componentDidLoad(): Promise<void>; private onIntersection; render(): any; }