UNPKG

159 BTypeScriptView Raw
1import { Animation } from '../../../interface';
2/**
3 * Md Alert Enter Animation
4 */
5export declare const mdEnterAnimation: (baseEl: HTMLElement) => Animation;