UNPKG

ionic-angular

Version:

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

11 lines (10 loc) 242 B
import { Animation } from '../animations/animation'; import { Transition } from './transition'; /** * @hidden */ export declare class PageTransition extends Transition { enteringPage: Animation; init(): void; destroy(): void; }