UNPKG

ionic-angular

Version:

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

5 lines (4 loc) 236 B
import { Slides } from '../slides'; import { Platform } from '../../../platform/platform'; export declare function initZoom(s: Slides, plt: Platform): () => void; export declare function resetZoomEvents(s: Slides, plt: Platform): void;