UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

10 lines 437 B
import { UIComponentDependencies } from "../../types"; /** * Build the "MIDI Files" list section of the settings modal. * Returns the root <div> so the caller can append it to the modal. * * @param dependencies - The UI component dependencies. * @returns The root <div> for the file list section. */ export declare function createFileList(dependencies: UIComponentDependencies): HTMLElement; //# sourceMappingURL=file-list.d.ts.map