UNPKG

wavesurfer-react

Version:
6 lines (5 loc) 335 B
import WaveSurfer from 'wavesurfer.js'; import { GenericPlugin } from "wavesurfer.js/dist/base-plugin"; import { PluginDictionary } from "../hooks/useWavesurfer"; declare const WaveSurferContext: import("react").Context<readonly [WaveSurfer, PluginDictionary<GenericPlugin>, GenericPlugin[]] | null>; export default WaveSurferContext;