aboutsummaryrefslogtreecommitdiff
path: root/src/typings
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-21 14:55:48 -0500
committerbobzel <zzzman@gmail.com>2023-12-21 14:55:48 -0500
commit1caba64ee0f32ee8af79263cd4ef2a8bc5d5146e (patch)
tree0fa0e957d1f342fdc6ed4a4b43f5dddfddb1298a /src/typings
parent02eb7da95df283606d4275a22d9451cef371c3b5 (diff)
parent2691b951d96f2ce7652acbea9e340b61737b3b57 (diff)
Merge branch 'moreUpgrading' into dataViz-annotations
Diffstat (limited to 'src/typings')
-rw-r--r--src/typings/index.d.ts8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts
index 23e4680fd..12fb42077 100644
--- a/src/typings/index.d.ts
+++ b/src/typings/index.d.ts
@@ -8,11 +8,17 @@ declare module 'bezier-curve';
declare module 'fit-curve';
declare module 'react-audio-waveform';
declare module 'iink-js';
+declare module 'pdfjs-dist/web/pdf_viewer';
declare module 'reveal';
declare module 'react-reveal';
declare module 'react-reveal/makeCarousel';
-declare module 'react-resizable-rotatable-draggable';
+declare module 'express-flash';
+declare module 'connect-flash' {
+ interface flash {}
+}
+declare module 'connect-mongo';
+declare module '@mui/material';
declare module '@react-pdf/renderer' {
import * as React from 'react';