@fortune-sheet/core
Version:
FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
6 lines (5 loc) • 429 B
TypeScript
import { Context } from "..";
import { GlobalCache } from "../types";
export declare function handleOverlayTouchStart(ctx: Context, e: TouchEvent, globalCache: GlobalCache): void;
export declare function handleOverlayTouchMove(ctx: Context, e: TouchEvent, globalCache: GlobalCache, scrollbarX: HTMLDivElement, scrollbarY: HTMLDivElement): void;
export declare function handleOverlayTouchEnd(globalCache: GlobalCache): void;