igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
14 lines (13 loc) • 769 B
TypeScript
import { AnimationReferenceMetadata } from '@angular/animations';
declare const shakeHor: AnimationReferenceMetadata;
declare const shakeVer: AnimationReferenceMetadata;
declare const shakeTop: AnimationReferenceMetadata;
declare const shakeBottom: AnimationReferenceMetadata;
declare const shakeRight: AnimationReferenceMetadata;
declare const shakeLeft: AnimationReferenceMetadata;
declare const shakeCenter: AnimationReferenceMetadata;
declare const shakeTr: AnimationReferenceMetadata;
declare const shakeBr: AnimationReferenceMetadata;
declare const shakeBl: AnimationReferenceMetadata;
declare const shakeTl: AnimationReferenceMetadata;
export { shakeHor, shakeVer, shakeTop, shakeBottom, shakeRight, shakeLeft, shakeCenter, shakeTr, shakeBr, shakeBl, shakeTl };