UNPKG

wavesurfer-react

Version:
4 lines (3 loc) 207 B
import { GenericPlugin } from "wavesurfer.js/dist/base-plugin"; import { PluginType } from "../types"; export default function createPlugin<GPlug extends GenericPlugin>(pluginObj: PluginType<GPlug>): GPlug;