wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
8 lines • 313 B
TypeScript
/**
* Create a header element for the settings modal.
*
* @param titleText - Text to display as the modal title
* @param onClose - Callback that removes the modal overlay
*/
export declare function createModalHeader(titleText: string, onClose: () => void): HTMLElement;
//# sourceMappingURL=header.d.ts.map