wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
7 lines • 324 B
TypeScript
import { UIComponentDependencies } from "../../types";
/**
* Open the Settings modal (time step, minor step, and MIDI export).
* Uses shared skeleton and header components for consistent UI.
*/
export declare function openZoomGridSettingsModal(deps: UIComponentDependencies): void;
//# sourceMappingURL=zoom-grid.d.ts.map