Skip to content

Commit

Permalink
Type minimap container as optional (katspaugh#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorbitzer committed Dec 8, 2023
1 parent ee6a5c0 commit bd5c231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/minimap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import WaveSurfer, { type WaveSurferOptions } from '../wavesurfer.js'
export type MinimapPluginOptions = {
overlayColor?: string
insertPosition?: InsertPosition
} & WaveSurferOptions
} & Partial<WaveSurferOptions>

const defaultOptions = {
height: 50,
Expand Down

0 comments on commit bd5c231

Please sign in to comment.