UNPKG

276 BTypeScriptView Raw
1import { Animation } from '../../interface';
2import { TransitionOptions } from '../transition';
3export declare const shadow: <T extends Element>(el: T) => ShadowRoot | T;
4export declare const iosTransitionAnimation: (navEl: HTMLElement, opts: TransitionOptions) => Animation;