diff --git a/ui/src/typedef/notifyjs.d.ts b/ui/src/typedef/notifyjs.d.ts new file mode 100644 index 0000000..69c26a6 --- /dev/null +++ b/ui/src/typedef/notifyjs.d.ts @@ -0,0 +1,3 @@ +declare module 'notifyjs' { + export default Notify; +} \ No newline at end of file