Update notifyjs
This commit is contained in:
parent
c2d6f7b585
commit
dc5c1ddc06
|
|
@ -35,7 +35,7 @@
|
|||
"@types/flux": "^3.1.7",
|
||||
"@types/jest": "^22.2.3",
|
||||
"@types/node": "^9.6.5",
|
||||
"@types/notifyjs": "^1.2.30",
|
||||
"@types/notifyjs": "^3.0.0",
|
||||
"@types/react": "^16.4.11",
|
||||
"@types/react-dom": "^16.0.7",
|
||||
"@types/react-list": "^0.8.4",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
declare module 'notifyjs' {
|
||||
export default Notify;
|
||||
}
|
||||
import Notify = require('notifyjs');
|
||||
export as namespace notifyjs;
|
||||
export = Notify;
|
||||
|
|
|
|||
Loading…
Reference in New Issue