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) 162 B
import { UseTagGroupProps, UseTagGroupState } from '../index.types'; export declare function getInitialState<I>(props: UseTagGroupProps<I>): UseTagGroupState<I>;