source: imaps-frontend/node_modules/@use-gesture/react/dist/declarations/src/index.d.ts

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

Update repo after prototype presentation

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