@skyux/animations
Version:
This library was generated with [Nx](https://nx.dev).
16 lines (12 loc) • 479 B
TypeScript
import { AnimationTriggerMetadata } from '@angular/animations';
/**
* @deprecated `skyAnimationEmerge` is not included in the public API and is
* planned for removal in SKY UX 15.
*/
declare const skyAnimationEmerge: AnimationTriggerMetadata;
/**
* @deprecated `skyAnimationSlide` is not included in the public API and is
* planned for removal in SKY UX 15.
*/
declare const skyAnimationSlide: AnimationTriggerMetadata;
export { skyAnimationEmerge, skyAnimationSlide };