wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
7 lines • 391 B
TypeScript
import type { AnyAudioPlayer } from "./play-button";
/**
* Attach repeat-toggle behaviour and visual state handling to a button.
* Expects the button to already have hover background behaviour attached.
*/
export declare function attachRepeatToggle(btn: HTMLElement, audioPlayer: AnyAudioPlayer | null | undefined, colorPrimary?: string): void;
//# sourceMappingURL=repeat-toggle.d.ts.map