UNPKG

gapi-cli

Version:

Gapi command line interface

6 lines (4 loc) 170 B
import { AnimationTriggerMetadata } from '@angular/animations'; export abstract class AnimationsModuleConfigInterface { animations: Array<AnimationTriggerMetadata>; }