UNPKG

react-native-web-internals

Version:

React Native for Web

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