diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-09 17:02:47 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-09 17:02:47 -0500 |
| commit | 5274e784fbd8107abf0f20e16afcf4e7032e9117 (patch) | |
| tree | 3e727c69c98d2f1c7e64db5d890e1203d02cd940 /src/typings | |
| parent | 96b2f5f5334fb475180a095905e19e45a0414233 (diff) | |
| parent | 4bb5910e0a853d225c3304aa7a958c2f9e9108c7 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/typings')
| -rw-r--r-- | src/typings/index.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts index 281bb3217..850c533fc 100644 --- a/src/typings/index.d.ts +++ b/src/typings/index.d.ts @@ -4,6 +4,9 @@ declare module 'googlephotos'; declare module 'react-image-lightbox-with-rotate'; declare module 'cors'; +declare module 'webrtc-adapter'; + + declare module '@react-pdf/renderer' { import * as React from 'react'; |
