Skip to content

Commit

Permalink
fix: adjust type to relative path import #71 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
qianphong authored Oct 12, 2021
1 parent f3667ad commit 2926510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/types.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* istanbul ignore next */

import type { LoadMoreExtendsOption } from 'src/useLoadMore';
import type { PaginationExtendsOption } from 'src/usePagination';
import type { Ref, WatchSource } from 'vue';

import type { LoadMoreExtendsOption } from '../useLoadMore';
import type { PaginationExtendsOption } from '../usePagination';
import type { UnWrapRefObject } from './utils/types';

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

0 comments on commit 2926510

Please sign in to comment.