Sha256: 4c5f8bd9b3a1aae4e4fddfee41667e495a045f73ed603993038fa6a8ba92fa14
Contents?: true
Size: 265 Bytes
Versions: 26
Compression:
Stored size: 265 Bytes
Contents
import { type SelectionRange } from '.'; export declare function modifySelectionPerMouseMove(selectionRange: Range | SelectionRange, { document, target, node, offset, }: { document: Document; target: Element; node?: Node; offset?: number; }): void;
Version data entries
26 entries across 26 versions & 1 rubygems