UNPKG

@testing-library/user-event

Version:
7 lines (6 loc) 241 B
/** * Backward-compatible selection. * * Handles input elements and contenteditable if it only contains a single text node. */ export declare function setSelectionRange(element: Element, anchorOffset: number, focusOffset: number): void;