UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

6 lines (5 loc) 222 B
import { AnimationTriggerMetadata } from '@angular/animations'; export declare const toastAnimations: { readonly fadeToast: AnimationTriggerMetadata; }; export declare type ToastAnimationState = 'default' | 'closing';