UNPKG

196 BTypeScriptView Raw
1import { Animation } from '../../interface';
2import { TransitionOptions } from '../transition';
3export declare const mdTransitionAnimation: (_: HTMLElement, opts: TransitionOptions) => Animation;