UNPKG

@tanstack/react-query-devtools

Version:
20 lines (18 loc) 410 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 */ function ReactQueryDevtools() { return null; } function ReactQueryDevtoolsPanel() { return null; } export { ReactQueryDevtools, ReactQueryDevtoolsPanel }; //# sourceMappingURL=noop.js.map