UNPKG

@testing-library/user-event

Version:
6 lines (5 loc) 206 B
import { UISelectionRange } from '../../document'; /** * Get the range that would be overwritten by input. */ export declare function getInputRange(focusNode: Node): UISelectionRange | Range | undefined;