UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

9 lines (8 loc) 150 B
export interface Img { top: number; bottom: number; canRender: boolean; canRequest: boolean; reset(): void; update(): void; }