Skip to content

Commit 8fa6ca6

Browse files
committed
chore: expose more typedefs
1 parent 77844ff commit 8fa6ca6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ export default composeWithPagination;
55

66
export { composeWithPagination, preparePaginationResolver };
77

8-
export type { ComposeWithPaginationOpts } from './paginationResolver';
8+
export type {
9+
ComposeWithPaginationOpts,
10+
PaginationResolveParams,
11+
PaginationType,
12+
PaginationInfoType,
13+
} from './paginationResolver';

0 commit comments

Comments
 (0)