Színkorrekciók
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
function isRefObject(ref) {
|
||||
return (ref &&
|
||||
typeof ref === "object" &&
|
||||
Object.prototype.hasOwnProperty.call(ref, "current"));
|
||||
}
|
||||
|
||||
export { isRefObject };
|
||||
Reference in New Issue
Block a user