UNPKG

@testing-library/user-event

Version:
8 lines (7 loc) 265 B
import { type SelectionRange } from '.'; export declare function modifySelectionPerMouseMove(selectionRange: Range | SelectionRange, { document, target, node, offset, }: { document: Document; target: Element; node?: Node; offset?: number; }): void;