wavesurfer-react
Version:
react wrapper for wavesurfer.js
6 lines (5 loc) • 335 B
TypeScript
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;