UNPKG

downshift

Version:

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.

12 lines (11 loc) 562 B
export { generateId, setIdCounter, resetIdCounter } from './generateId'; export { useLatestRef } from './useLatestRef'; export { handleRefs } from './handleRefs'; export { callAllEventHandlers } from './callAllEventHandlers'; export { debounce } from './debounce'; export { setStatus, cleanupStatusDiv } from './setA11yStatus'; export { noop } from './noop'; export { validatePropTypes } from './validatePropTypes'; export { getState } from './getState'; export type { Action, Props, State } from './getState'; export { scrollIntoView } from './scrollIntoView';