{"ast":null,"code":"import createElement from \"../createElement\";\nexport default function PickerItem(props) {\n  var color = props.color,\n      label = props.label,\n      testID = props.testID,\n      value = props.value;\n  var style = {\n    color: color\n  };\n  return createElement('option', {\n    style: style,\n    testID: testID,\n    value: value\n  }, label);\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/dist/exports/Picker/PickerItem.js"],"names":["createElement","PickerItem","props","color","label","testID","value","style"],"mappings":"AASA,OAAOA,aAAP;AACA,eAAe,SAASC,UAAT,CAAoBC,KAApB,EAA2B;AACxC,MAAIC,KAAK,GAAGD,KAAK,CAACC,KAAlB;AAAA,MACIC,KAAK,GAAGF,KAAK,CAACE,KADlB;AAAA,MAEIC,MAAM,GAAGH,KAAK,CAACG,MAFnB;AAAA,MAGIC,KAAK,GAAGJ,KAAK,CAACI,KAHlB;AAIA,MAAIC,KAAK,GAAG;AACVJ,IAAAA,KAAK,EAAEA;AADG,GAAZ;AAGA,SAAOH,aAAa,CAAC,QAAD,EAAW;AAC7BO,IAAAA,KAAK,EAAEA,KADsB;AAE7BF,IAAAA,MAAM,EAAEA,MAFqB;AAG7BC,IAAAA,KAAK,EAAEA;AAHsB,GAAX,EAIjBF,KAJiB,CAApB;AAKD","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nimport createElement from '../createElement';\nexport default function PickerItem(props) {\n  var color = props.color,\n      label = props.label,\n      testID = props.testID,\n      value = props.value;\n  var style = {\n    color: color\n  };\n  return createElement('option', {\n    style: style,\n    testID: testID,\n    value: value\n  }, label);\n}"]},"metadata":{},"sourceType":"module"}