{"ast":null,"code":"\"use strict\";\n\nexports.__esModule = true;\nexports.default = removeStyle;\n\nfunction removeStyle(node, key) {\n  return 'removeProperty' in node.style ? node.style.removeProperty(key) : node.style.removeAttribute(key);\n}\n\nmodule.exports = exports[\"default\"];","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/node_modules/@react-native-aria/overlays/node_modules/@react-aria/overlays/node_modules/dom-helpers/style/removeStyle.js"],"names":["exports","__esModule","default","removeStyle","node","key","style","removeProperty","removeAttribute","module"],"mappings":"AAAA;;AAEAA,OAAO,CAACC,UAAR,GAAqB,IAArB;AACAD,OAAO,CAACE,OAAR,GAAkBC,WAAlB;;AAEA,SAASA,WAAT,CAAqBC,IAArB,EAA2BC,GAA3B,EAAgC;AAC9B,SAAO,oBAAoBD,IAAI,CAACE,KAAzB,GAAiCF,IAAI,CAACE,KAAL,CAAWC,cAAX,CAA0BF,GAA1B,CAAjC,GAAkED,IAAI,CAACE,KAAL,CAAWE,eAAX,CAA2BH,GAA3B,CAAzE;AACD;;AAEDI,MAAM,CAACT,OAAP,GAAiBA,OAAO,CAAC,SAAD,CAAxB","sourcesContent":["\"use strict\";\n\nexports.__esModule = true;\nexports.default = removeStyle;\n\nfunction removeStyle(node, key) {\n  return 'removeProperty' in node.style ? node.style.removeProperty(key) : node.style.removeAttribute(key);\n}\n\nmodule.exports = exports[\"default\"];"]},"metadata":{},"sourceType":"script"}