DIR : /home/kozerus/public_html/cropex/node/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs
/home/kozerus/public_html/cropex/node/node_modules/framer-motion/dist/es/utils
function isRefObject(ref) {
return (ref &&
typeof ref === "object" &&
Object.prototype.hasOwnProperty.call(ref, "current"));
}
export { isRefObject };
//