wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
9 lines • 339 B
TypeScript
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