UNPKG

wix-style-react

Version:
9 lines 190 B
export function fillRef(ref, node) { if (typeof ref === 'function') { ref(node); } else if (ref) { ref.current = node; } } //# sourceMappingURL=fillRef.js.map