UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

9 lines 388 B
export declare const SIDEBAR_WIDTH = 300; export declare const SIDEBAR_GAP = 20; export declare const ICON_BUTTON_MARGIN = 12; /** * Calculate the CSS `left` value (px) for the hamburger / sidebar-toggle button * based on whether the sidebar is currently visible. */ export declare function calcToggleButtonLeft(visible: boolean): string; //# sourceMappingURL=sidebar-position.d.ts.map