UNPKG

@tanstack/react-query-devtools

Version:
25 lines (21 loc) 541 B
/** * react-query-devtools-noop * * 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 }); function ReactQueryDevtools() { return null; } function ReactQueryDevtoolsPanel() { return null; } exports.ReactQueryDevtools = ReactQueryDevtools; exports.ReactQueryDevtoolsPanel = ReactQueryDevtoolsPanel; //# sourceMappingURL=noop.js.map