aboutsummaryrefslogtreecommitdiff
path: root/src/typings/index.d.ts
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-05 22:25:44 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-05 22:25:44 -0500
commit2df0503edefde20ba1b3c46c16788effb0a7560c (patch)
treebac31bc2356e7de4aa1df43b382eb8c957ce969f /src/typings/index.d.ts
parentea855ecda2c3df9e5d0881d43e2fdbceb9dccafc (diff)
parent6d8dfee38bd39b95396cbc97405516693116b58f (diff)
merge
Diffstat (limited to 'src/typings/index.d.ts')
-rw-r--r--src/typings/index.d.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts
index 452882e09..24b70057a 100644
--- a/src/typings/index.d.ts
+++ b/src/typings/index.d.ts
@@ -6,8 +6,11 @@ declare module 'cors';
declare module 'webrtc-adapter';
declare module 'bezier-curve';
-declare module 'fit-curve'
-
+declare module 'fit-curve';
+declare module 'reveal';
+declare module 'react-reveal';
+declare module 'react-reveal/makeCarousel';
+declare module 'react-resizable-rotatable-draggable';
declare module '@react-pdf/renderer' {
import * as React from 'react';