UNPKG

react-location-devtools

Version:

See https://react-location.tanstack.com/tools/devtools

22 lines (16 loc) 510 B
/** * react-location-devtools * * Copyright (c) TanStack * * This source code is licensed under the MIT license found in the * LICENSE.md file in the root directory of this source tree. * * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var devtools = require('./devtools.js'); exports.ReactLocationDevtools = devtools.ReactLocationDevtools; exports.ReactLocationDevtoolsPanel = devtools.ReactLocationDevtoolsPanel; //# sourceMappingURL=index.js.map