UNPKG

@testing-library/user-event

Version:
5 lines (4 loc) 109 B
/** * Move the selection */ export declare function moveSelection(node: Element, direction: -1 | 1): void;