{"version":3,"sources":["PickerMacOS.web.js"],"names":["PickerMacOS","Item","UnimplementedView"],"mappings":";;;;;;;AAIA;;AACA;;;;;;;;AAEA,SAASA,WAAT,GAAmC;AACjC,sBAAO,oBAAC,0BAAD,OAAP;AACD;AAED;AACA;AACA;;;AACAA,WAAW,CAACC,IAAZ,GAAmBC,0BAAnB;eAEeF,W","sourcesContent":["/**\n * @flow\n */\n\nimport * as React from 'react';\nimport UnimplementedView from './UnimplementedView';\n\nfunction PickerMacOS(): React.Node {\n return ;\n}\n\n/**\n * Fallback for other platforms\n */\nPickerMacOS.Item = UnimplementedView;\n\nexport default PickerMacOS;\n"]}