{"ast":null,"code":"import ownerWindow from \"./ownerWindow\";\nexport default function getComputedStyle(node, psuedoElement) {\n  return ownerWindow(node).getComputedStyle(node, psuedoElement);\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/node_modules/@react-native-aria/overlays/node_modules/dom-helpers/esm/getComputedStyle.js"],"names":["ownerWindow","getComputedStyle","node","psuedoElement"],"mappings":"AAAA,OAAOA,WAAP;AAQA,eAAe,SAASC,gBAAT,CAA0BC,IAA1B,EAAgCC,aAAhC,EAA+C;AAC5D,SAAOH,WAAW,CAACE,IAAD,CAAX,CAAkBD,gBAAlB,CAAmCC,IAAnC,EAAyCC,aAAzC,CAAP;AACD","sourcesContent":["import ownerWindow from './ownerWindow';\n/**\n * Returns one or all computed style properties of an element.\n * \n * @param node the element\n * @param psuedoElement the style property\n */\n\nexport default function getComputedStyle(node, psuedoElement) {\n  return ownerWindow(node).getComputedStyle(node, psuedoElement);\n}"]},"metadata":{},"sourceType":"module"}