UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

12 lines 287 B
export var applyRef = function (ref, node) { if (!ref) { return; } if (typeof ref === 'function') { ref(node); } else if (Object.prototype.hasOwnProperty.call(ref, 'current')) { ref.current = node; } }; //# sourceMappingURL=applyRef.js.map