UNPKG

ionic-angular

Version:

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

23 lines (22 loc) 541 B
import { Transition } from '../../transitions/transition'; /** * Animations for alerts */ export declare class AlertPopIn extends Transition { init(): void; } export declare class AlertPopOut extends Transition { init(): void; } export declare class AlertMdPopIn extends Transition { init(): void; } export declare class AlertMdPopOut extends Transition { init(): void; } export declare class AlertWpPopIn extends Transition { init(): void; } export declare class AlertWpPopOut extends Transition { init(): void; }