Mission Control Dashboard - Initial implementation
This commit is contained in:
10
node_modules/framer-motion/dist/es/value/use-will-change/index.mjs
generated
vendored
Normal file
10
node_modules/framer-motion/dist/es/value/use-will-change/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use client";
|
||||
import { useConstant } from '../../utils/use-constant.mjs';
|
||||
import { WillChangeMotionValue } from './WillChangeMotionValue.mjs';
|
||||
|
||||
function useWillChange() {
|
||||
return useConstant(() => new WillChangeMotionValue("auto"));
|
||||
}
|
||||
|
||||
export { useWillChange };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user