{"ast":null,"code":"var buttonLikeRoles = {\n  button: true,\n  menuitem: true\n};\nexport default buttonLikeRoles;","map":{"version":3,"sources":["/Users/nishan/Desktop/oss/responsive-breakpoints/example/node_modules/react-native-web/dist/modules/AccessibilityUtil/buttonLikeRoles.js"],"names":["buttonLikeRoles","button","menuitem"],"mappings":"AAQA,IAAIA,eAAe,GAAG;AAEpBC,EAAAA,MAAM,EAAE,IAFY;AAMpBC,EAAAA,QAAQ,EAAE;AANU,CAAtB;AAQA,eAAeF,eAAf","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\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 */\nvar buttonLikeRoles = {\n  // ARIA button behaves like native 'button' element\n  button: true,\n  // ARIA menuitem responds to Enter/Space like a button. Spec requires AT to\n  // ignore ARIA roles of any children.\n  // https://www.w3.org/WAI/GL/wiki/Using_ARIA_menus\n  menuitem: true\n};\nexport default buttonLikeRoles;"]},"metadata":{},"sourceType":"module"}