Skip to content

Commit 2926510

Browse files
authored
fix: adjust type to relative path import #71 (#72)
1 parent f3667ad commit 2926510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/core/types.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* istanbul ignore next */
22

3-
import type { LoadMoreExtendsOption } from 'src/useLoadMore';
4-
import type { PaginationExtendsOption } from 'src/usePagination';
53
import type { Ref, WatchSource } from 'vue';
64

5+
import type { LoadMoreExtendsOption } from '../useLoadMore';
6+
import type { PaginationExtendsOption } from '../usePagination';
77
import type { UnWrapRefObject } from './utils/types';
88

99
export interface BaseResult<R, P extends unknown[]> extends QueryState<R, P> {

0 commit comments

Comments
 (0)