UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

7 lines (5 loc) 157 B
function isRefObject(ref) { return (typeof ref === "object" && Object.prototype.hasOwnProperty.call(ref, "current")); } export { isRefObject };