diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-05 04:08:01 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-05 04:08:01 -0700 |
| commit | 4062563cdc4606d9513ab7f9d0524e92a6e90305 (patch) | |
| tree | cdddf167d3506d89043c2c025c25d80546ca8f54 /src/typings | |
| parent | 2f12e2d6945c51eb7df961443fe5d06b10577659 (diff) | |
made waveform resizable (still have progress bar bug)
Diffstat (limited to 'src/typings')
| -rw-r--r-- | src/typings/index.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts index ee2c25f8a..728dd51d3 100644 --- a/src/typings/index.d.ts +++ b/src/typings/index.d.ts @@ -6,8 +6,8 @@ declare module 'cors'; declare module 'webrtc-adapter'; declare module 'bezier-curve'; -declare module 'fit-curve' -declare module 'react-audio-waveform' +declare module 'fit-curve'; +declare module 'react-audio-waveform'; declare module '@react-pdf/renderer' { |
