unis_crm/frontend/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs

9 lines
215 B
JavaScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
function isRefObject(ref) {
return (ref &&
typeof ref === "object" &&
Object.prototype.hasOwnProperty.call(ref, "current"));
}
export { isRefObject };
//# sourceMappingURL=is-ref-object.mjs.map