/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { FeatureProps } from "../motion/features/types"; export type useHoverGesture = ({ onHoverStart, onHoverEnd, whileHover, visualElement, }: FeatureProps | any) => void; export { default as UseHoverGesture } from './UseHoverGesture.svelte'; //# sourceMappingURL=use-hover-gesture.d.ts.map