@tanstack/react-query-devtools
Version:
25 lines (21 loc) • 541 B
JavaScript
/**
* 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
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
function ReactQueryDevtools() {
return null;
}
function ReactQueryDevtoolsPanel() {
return null;
}
exports.ReactQueryDevtools = ReactQueryDevtools;
exports.ReactQueryDevtoolsPanel = ReactQueryDevtoolsPanel;
//# sourceMappingURL=noop.js.map