UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

13 lines 603 B
import { UIComponentDependencies, UIElements } from "@/lib/components/ui"; /** * Provides layout & sidebar rendering for the Multi-MIDI demo. */ export declare class UILayoutManager { static setupLayout(container: HTMLElement, elements: UIElements, dependencies: UIComponentDependencies): void; static setupSidebar(sidebarContainer: HTMLElement, dependencies: UIComponentDependencies): void; /** * Refresh file list when midi-manager state changes. */ static updateSidebar(sidebarContainer: HTMLElement, midiManager: any): void; } //# sourceMappingURL=layout-manager.d.ts.map