export { clearInitialValue, getUISelection, getUIValue, setUISelection, setUIValue } from './UI.js'; export { getValueOrTextContent } from './getValueOrTextContent.js'; export { copySelection } from './copySelection.js'; export { commitValueAfterInput } from './trackValue.js';