UNPKG
ngx-toast-notifier
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
This is a nofitications library for Angular
github.com/ImWicho/ngx-toast-notifier
ngx-toast-notifier
/
lib
/
animations
/
animations.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
import
{
AnimationTriggerMetadata
}
from
'@angular/animations'
;
export
declare
const
onEnterLeave
:
AnimationTriggerMetadata
;