wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
11 lines • 388 B
TypeScript
/**
* Create the basic overlay + modal structure for the settings dialog.
*
* @param id - DOM id used for the overlay element (prevents duplicates)
* @returns { overlay, modal } - caller should append overlay to <body>.
*/
export declare function createSettingsModalSkeleton(id?: string): {
overlay: HTMLElement;
modal: HTMLElement;
};
//# sourceMappingURL=skeleton.d.ts.map