UNPKG

373 BTypeScriptView Raw
1import type { SerializeQueryArgs } from '@reduxjs/toolkit/dist/query/defaultSerializeQueryArgs';
2import type { EndpointDefinition } from '@reduxjs/toolkit/dist/query/endpointDefinitions';
3export declare function useStableQueryArgs<T>(queryArgs: T, serialize: SerializeQueryArgs<any>, endpointDefinition: EndpointDefinition<any, any, any, any>, endpointName: string): T;