@testing-library/user-event
Version:
Fire events the same way the user does
6 lines (5 loc) • 313 B
TypeScript
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';