UNPKG

ad-custom-lib

Version:

This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte

12 lines (11 loc) 191 B
/** * */ export interface AnimationEvent { fromState: string; toState: string; totalTime: number; phaseName: string; element: any; triggerName: string; }