UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

6 lines (5 loc) 205 B
import type { WordAtCursor } from "./types.js"; export declare function replaceWordAtCursor(text: string, wordRange: WordAtCursor, replacement: string): { value: string; cursorPosition: number; };