UNPKG

@testing-library/user-event

Version:
6 lines (5 loc) 313 B
export { getUISelection, getUIValue, setUISelection, setUIValue, clearInitialValue, } from './UI'; export type { UISelectionRange } from './UI'; export { getValueOrTextContent } from './getValueOrTextContent'; export { copySelection } from './copySelection'; export { commitValueAfterInput } from './trackValue';