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) 226 B
import { Context } from "../context"; export declare function handlePaste(ctx: Context, e: ClipboardEvent): void; export declare function handlePasteByClick(ctx: Context, clipboardData: string, triggerType?: string): void;