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) 163 B
import { UseTagGroupState } from '../index.types'; export declare function isStateEqual<I>(oldState: UseTagGroupState<I>, newState: UseTagGroupState<I>): boolean;