We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77844ff commit 8fa6ca6Copy full SHA for 8fa6ca6
src/index.ts
@@ -5,4 +5,9 @@ export default composeWithPagination;
5
6
export { composeWithPagination, preparePaginationResolver };
7
8
-export type { ComposeWithPaginationOpts } from './paginationResolver';
+export type {
9
+ ComposeWithPaginationOpts,
10
+ PaginationResolveParams,
11
+ PaginationType,
12
+ PaginationInfoType,
13
+} from './paginationResolver';
0 commit comments