1

The react-aria docs describe a PressEvent and its properties. However I have not managed to find it anywhere in @react-aria node_modules directory to import it into my .tsx component. Has anyone managed this?

Joseph Beuys' Mum
  • 2,395
  • 2
  • 24
  • 50

1 Answers1

0

You can import them like import type { PressEvent } from '@react-types/shared';

konsalex
  • 425
  • 5
  • 15