UNPKG

downshift

Version:

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

9 lines (8 loc) 498 B
import PropTypes from 'prop-types'; export { useElementIds } from './useElementIds'; export { getInitialState } from './getInitialState'; export { isStateEqual } from './isStateEqual'; export { useAccessibleDescription, A11Y_DESCRIPTION_ELEMENT_ID, } from './useAccessibleDescription'; export { getMergedProps } from './getMergedProps'; export { useRovingTagFocus } from './useRovingTagFocus'; export declare const propTypes: Record<string, PropTypes.Requireable<(...args: unknown[]) => unknown>>;