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

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 445 bytes
RevLine 
[79a0317]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.