UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

8 lines 412 B
import { UIComponentDependencies } from "../types"; /** * UI wrapper around the core loop controls to avoid code duplication. * Binds the core `updateSeekBar` helper back into the shared UI dependencies * object so that other components (e.g. time display, seek bar) can reuse it. */ export declare function createLoopControlsUI(deps: UIComponentDependencies): HTMLElement; //# sourceMappingURL=loop.d.ts.map