UNPKG

ionic-angular

Version:

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

11 lines (10 loc) 246 B
import { Transition } from '../../transitions/transition'; /** * Animations for pickers */ export declare class PickerSlideIn extends Transition { init(): void; } export declare class PickerSlideOut extends Transition { init(): void; }