UNPKG

@testing-library/user-event

Version:
8 lines (7 loc) 427 B
import { EventType, PointerCoords } from './types'; export type { EventType, PointerCoords }; export { dispatchEvent, dispatchUIEvent, dispatchDOMEvent } from './dispatchEvent'; export { blurElement, focusElement } from './focus'; export { input } from './input'; export type { SelectionRange } from './selection'; export { isAllSelected, modifySelectionPerMouseMove, setSelectionPerMouseDown, selectAll, } from './selection';