UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

10 lines 461 B
import { UIComponentDependencies } from "../../types"; export interface HighlightModeGroupOptions { /** Apply wrapper styles (background, padding, border-radius, box-shadow) for toolbar use */ withWrapper?: boolean; } /** * Build the "Highlight Mode" select menu. */ export declare function createHighlightModeGroup(deps: UIComponentDependencies, options?: HighlightModeGroupOptions): HTMLDivElement; //# sourceMappingURL=highlight-mode-group.d.ts.map