aboutsummaryrefslogtreecommitdiff
path: root/src/typings
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-08-01 16:34:48 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-08-01 16:34:48 -0700
commit58f75d38dcfd113c90e4e27e55468d06412c653e (patch)
tree8bce10c162c11ba563442ee01408346daf7312d4 /src/typings
parent28ab7ecd633e92619adfcbd1ce3ca72ddbba7ea8 (diff)
fixed bugs and added waveform (need fix)
Diffstat (limited to 'src/typings')
-rw-r--r--src/typings/index.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts
index 452882e09..ee2c25f8a 100644
--- a/src/typings/index.d.ts
+++ b/src/typings/index.d.ts
@@ -7,6 +7,7 @@ declare module 'cors';
declare module 'webrtc-adapter';
declare module 'bezier-curve';
declare module 'fit-curve'
+declare module 'react-audio-waveform'
declare module '@react-pdf/renderer' {