wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
10 lines • 535 B
TypeScript
import { UIComponentDependencies } from "../types";
/**
* Assemble all UI sub-controls and inject them into the given containers.
*
* @param controlsContainer - Empty <div> that will receive controls.
* @param playerContainer - Parent <div> that also gets the seek/time row.
* @param deps - Collected dependencies required by each sub-control.
*/
export declare function setupUI(controlsContainer: HTMLElement, playerContainer: HTMLElement, deps: UIComponentDependencies): void;
//# sourceMappingURL=index.d.ts.map