UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

9 lines 543 B
import { UIElements, UIComponentDependencies } from "@/lib/components/ui"; import { WaveRollPlayerOptions } from "./types"; /** * Set up the main layout */ export declare function setupLayout(container: HTMLElement, uiElements: UIElements, uiDeps: UIComponentDependencies, pianoRollContainer: HTMLElement): void; export declare function createDefaultConfig(): WaveRollPlayerOptions; export declare function setupFileToggleSection(playerContainer: HTMLElement, deps: UIComponentDependencies): HTMLElement; //# sourceMappingURL=layout.d.ts.map