We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3667ad commit 2926510Copy full SHA for 2926510
src/core/types.ts
@@ -1,9 +1,9 @@
1
/* istanbul ignore next */
2
3
-import type { LoadMoreExtendsOption } from 'src/useLoadMore';
4
-import type { PaginationExtendsOption } from 'src/usePagination';
5
import type { Ref, WatchSource } from 'vue';
6
+import type { LoadMoreExtendsOption } from '../useLoadMore';
+import type { PaginationExtendsOption } from '../usePagination';
7
import type { UnWrapRefObject } from './utils/types';
8
9
export interface BaseResult<R, P extends unknown[]> extends QueryState<R, P> {
0 commit comments