{"version":3,"sources":["node_modules\\react-dom\\lib\\AutoFocusUtils.js"],"names":["ReactDOMComponentTree","require","focusNode","AutoFocusUtils","focusDOMComponent","getNodeFromInstance","module","exports"],"mappings":";;;;;;;;;;AAUA;;AAEA,GAAIA,uBAAwBC,QAAQ,yBAAR,CAA5B;;AAEA,GAAIC,WAAYD,QAAQ,oBAAR,CAAhB;;AAEA,GAAIE,gBAAiB;AACnBC,kBAAmB,4BAAY;AAC7BF,UAAUF,sBAAsBK,mBAAtB,CAA0C,IAA1C,CAAV;AACD,CAHkB,CAArB;;;AAMAC,OAAOC,OAAP,CAAiBJ,cAAjB","file":"AutoFocusUtils.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ReactDOMComponentTree = require('./ReactDOMComponentTree');\n\nvar focusNode = require('fbjs/lib/focusNode');\n\nvar AutoFocusUtils = {\n  focusDOMComponent: function () {\n    focusNode(ReactDOMComponentTree.getNodeFromInstance(this));\n  }\n};\n\nmodule.exports = AutoFocusUtils;"]}