source: imaps-frontend/node_modules/@use-gesture/react/src/index.ts@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 445 bytes
Line 
1export { useDrag } from './useDrag'
2export { usePinch } from './usePinch'
3export { useWheel } from './useWheel'
4export { useScroll } from './useScroll'
5export { useMove } from './useMove'
6export { useHover } from './useHover'
7export { useGesture } from './useGesture'
8export { createUseGesture } from './createUseGesture'
9
10export * from '@use-gesture/core/utils'
11export * from '@use-gesture/core/actions'
12export * from '@use-gesture/core/types'
Note: See TracBrowser for help on using the repository browser.