UNPKG

react-native-web-internals

Version:

React Native for Web

10 lines (9 loc) 384 B
var getBoundingClientRect = function (node) { if (node != null) { var isElement = node.nodeType === 1; if (isElement && typeof node.getBoundingClientRect == "function") return node.getBoundingClientRect(); } }, getBoundingClientRect_default = getBoundingClientRect; export { getBoundingClientRect_default as default }; //# sourceMappingURL=index.native.js.map