UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

9 lines 453 B
import createHandler from './createHandler'; import { baseGestureHandlerProps } from './gestureHandlerCommon'; // eslint-disable-next-line @typescript-eslint/no-redeclare -- backward compatibility; see description on the top of gestureHandlerCommon.ts file export const RotationGestureHandler = createHandler({ name: 'RotationGestureHandler', allowedProps: baseGestureHandlerProps, config: {} }); //# sourceMappingURL=RotationGestureHandler.js.map