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) 224 B
export declare function moveToEnd(obj: HTMLDivElement): void; export declare function selectTextContent(ele: HTMLElement): void; export declare function selectTextContentCross(sEle: HTMLElement, eEle: HTMLElement): void;