UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

9 lines 339 B
import { UIComponentDependencies } from "../types"; /** * Create a playback control element. * * @param dependencies - The UI component dependencies. * @returns The playback control element. */ export declare function createPlaybackControlsUI(dependencies: UIComponentDependencies): HTMLElement; //# sourceMappingURL=playback.d.ts.map