Closed m-bert closed 8 months ago
In #2783 I've moved MouseButton enum to gestureHandlerCommon.ts, so naturally I had to change export in index.ts. The problem is that I've put it inside of export type which resulted in TypeScript errors when trying to use it.
MouseButton
gestureHandlerCommon.ts
index.ts
export type
Run yarn lint:js-root
yarn lint:js-root
Description
In #2783 I've moved
MouseButton
enum togestureHandlerCommon.ts
, so naturally I had to change export inindex.ts
. The problem is that I've put it inside ofexport type
which resulted in TypeScript errors when trying to use it.Before
After
Test plan
Run
yarn lint:js-root