UNPKG

@fortune-sheet/core

Version:

FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets

4 lines (3 loc) 181 B
export declare const MAX_ZOOM_RATIO = 4; export declare const MIN_ZOOM_RATIO = 0.1; export declare function handleKeydownForZoom(ev: KeyboardEvent, currentZoom: number): number;