/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { FeatureProps } from "../../motion/features/types"; /** * A hook that allows an element to be dragged. * * @internal */ export type useDrag = (props: FeatureProps) => void; export { default as UseDrag } from './UseDrag.svelte'; //# sourceMappingURL=use-drag.d.ts.map