init 3
This commit is contained in:
9
node_modules/framer-motion/dist/es/value/use-spring.mjs
generated
vendored
Normal file
9
node_modules/framer-motion/dist/es/value/use-spring.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
import { useFollowValue } from './use-follow-value.mjs';
|
||||
|
||||
function useSpring(source, options = {}) {
|
||||
return useFollowValue(source, { type: "spring", ...options });
|
||||
}
|
||||
|
||||
export { useSpring };
|
||||
//# sourceMappingURL=use-spring.mjs.map
|
||||
Reference in New Issue
Block a user