downshift
Version:
🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.
9 lines (8 loc) • 407 B
TypeScript
export { default } from './downshift';
export { resetIdCounter } from './utils-ts';
export { useSelect, useCombobox, useTagGroup } from './hooks';
/**
* @deprecated Not maintained anymore. Use the new useTagGroup instead.
* See the migration guide: https://github.com/downshift-js/downshift/tree/master/src/hooks/useMultipleSelection/MIGRATION_GUIDE.md
*/
export { useMultipleSelection } from './hooks';