UNPKG

svelte-motion

Version:

Svelte animation library based on the React library framer-motion.

18 lines (14 loc) 293 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ import { UsePanGesture } from '../../gestures/use-pan-gesture.js'; import { UseDrag } from '../../gestures/drag/use-drag.js'; /** * @public */ const drag = { pan: UsePanGesture, drag: UseDrag } export { drag };