UNPKG

@testing-library/user-event

Version:
6 lines (5 loc) 184 B
/** * Reset the Document Selection when moving focus into an element * with own selection implementation. */ export declare function updateSelectionOnFocus(element: Element): void;