UNPKG

downshift

Version:

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

3 lines (2 loc) 271 B
import { UseTagGroupProps, UseTagGroupReducerAction, UseTagGroupState } from './index.types'; export declare function useTagGroupReducer<Item>(state: UseTagGroupState<Item>, _props: UseTagGroupProps<Item>, action: UseTagGroupReducerAction<Item>): UseTagGroupState<Item>;