UNPKG

242 BTypeScriptView Raw
1import { Animation } from '../animations/animation';
2import { Transition } from './transition';
3/**
4 * @hidden
5 */
6export declare class PageTransition extends Transition {
7 enteringPage: Animation;
8 init(): void;
9 destroy(): void;
10}