UNPKG

wix-style-react

Version:
12 lines (11 loc) 234 B
"use strict"; exports.__esModule = true; exports.fillRef = fillRef; function fillRef(ref, node) { if (typeof ref === 'function') { ref(node); } else if (ref) { ref.current = node; } } //# sourceMappingURL=fillRef.js.map