@tanstack/vue-query-devtools
Advanced tools
Comparing version 5.53.1 to 5.53.2
import { DevtoolsOptions } from './types.js'; | ||
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<DevtoolsOptions>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<DevtoolsOptions>>>, {}, {}>; | ||
export default _default; | ||
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<DevtoolsOptions>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DevtoolsOptions>>>, {}, {}>; | ||
export default _default; | ||
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T; | ||
type __VLS_TypePropsToRuntimeProps<T> = { | ||
type __VLS_TypePropsToOption<T> = { | ||
[K in keyof T]-?: {} extends Pick<T, K> ? { | ||
@@ -8,0 +8,0 @@ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>; |
import { DefineComponent } from 'vue'; | ||
import { DevtoolsOptions } from './types.js'; | ||
export declare const VueQueryDevtools: DefineComponent<DevtoolsOptions, {}, unknown>; |
import { default as devtools } from './devtools.vue'; | ||
export default devtools; |
import { DevtoolsButtonPosition, DevtoolsErrorType, DevtoolsPosition } from '@tanstack/query-devtools'; | ||
import { QueryClient } from '@tanstack/vue-query'; | ||
export interface DevtoolsOptions { | ||
@@ -5,0 +4,0 @@ /** |
{ | ||
"name": "@tanstack/vue-query-devtools", | ||
"version": "5.53.1", | ||
"version": "5.53.2", | ||
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache", | ||
@@ -50,9 +50,9 @@ "author": "tannerlinsley", | ||
"vue-tsc": "^2.0.26", | ||
"@tanstack/vue-query": "5.53.1" | ||
"@tanstack/vue-query": "5.53.2" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.3.0", | ||
"@tanstack/vue-query": "^5.53.1" | ||
"@tanstack/vue-query": "^5.53.2" | ||
}, | ||
"scripts": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19850