Search code examples
reactjsreact-aria

Is it possible to import react-aria's PressEvent?


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?


Solution

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