UNPKG

@testing-library/user-event

Version:
10 lines (9 loc) 545 B
export { getInputRange } from './getInputRange.js'; export { modifySelection } from './modifySelection.js'; export { moveSelection } from './moveSelection.js'; export { setSelectionPerMouseDown } from './setSelectionPerMouse.js'; export { modifySelectionPerMouseMove } from './modifySelectionPerMouse.js'; export { isAllSelected, selectAll } from './selectAll.js'; export { setSelectionRange } from './setSelectionRange.js'; export { setSelection } from './setSelection.js'; export { updateSelectionOnFocus } from './updateSelectionOnFocus.js';