UNPKG

161 BTypeScriptView Raw
1import { Animation } from '../../../interface';
2/**
3 * iOS Alert Leave Animation
4 */
5export declare const iosLeaveAnimation: (baseEl: HTMLElement) => Animation;