Add missing notifyjs declaration

This commit is contained in:
Jannis Mattheis 2018-04-19 21:10:19 +02:00 committed by Jannis Mattheis
parent c404dee96d
commit f52ddd159c
1 changed files with 3 additions and 0 deletions

3
ui/src/typedef/notifyjs.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
declare module 'notifyjs' {
export default Notify;
}