@leankylin-sheet/core
Version:
LeankylinSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
6 lines (5 loc) • 353 B
TypeScript
import { Context } from "../context";
export declare function handlePaste(ctx: Context, e: ClipboardEvent): void;
export declare function getClipboardContent(): Promise<string>;
export declare function handlePasteByLeanklin(ctx: Context, e: any): Promise<void>;
export declare function handlePasteByClick(ctx: Context, triggerType?: string): void;