UNPKG

203 BTypeScriptView Raw
1import { AnimationMetadata } from '@angular/animations';
2export declare const DROPDOWN_ANIMATION_TIMING = "220ms cubic-bezier(0, 0, 0.2, 1)";
3export declare const dropdownAnimation: AnimationMetadata[];