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?
You can import them like import type { PressEvent } from '@react-types/shared';