/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { FeatureProps } from "../motion/features/types"; /** * * @param props * @param ref * @internal */ export type useFocusGesture = ({ whileFocus, visualElement }: FeatureProps | any) => void; export { default as UseFocusGesture } from './UseFocusGesture.svelte'; //# sourceMappingURL=use-focus-gesture.d.ts.map