downshift 8.2.0 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -425,7 +425,7 @@ export interface UseSelectGetItemPropsOptions<Item>
425
425
  GetPropsWithRefKey {}
426
426
 
427
427
  export interface UseSelectGetItemPropsReturnValue
428
- extends Omit<GetItemPropsReturnValue, 'onMouseDown'> {
428
+ extends GetItemPropsReturnValue {
429
429
  'aria-disabled': boolean
430
430
  ref?: React.RefObject<any>
431
431
  }