/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { FeatureProps } from "../motion/features/types"; /** * @param handlers - * @internal */ export type useTapGesture = ({ onTap, onTapStart, onTapCancel, whileTap, visualElement, }: FeatureProps | any) => void; export { default as UseTapGesture } from './UseTapGesture.svelte'; //# sourceMappingURL=use-tap-gesture.d.ts.map