File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,17 @@ import {
10
10
Pagination ,
11
11
PaginationProps ,
12
12
PaginationState ,
13
+ PaginationOptions ,
14
+ CorePaginationOptions ,
13
15
} from './headless-core-commerce-pagination.js' ;
14
16
15
- export type { Pagination , PaginationProps , PaginationState } ;
17
+ export type {
18
+ Pagination ,
19
+ PaginationProps ,
20
+ PaginationState ,
21
+ PaginationOptions ,
22
+ CorePaginationOptions ,
23
+ } ;
16
24
17
25
/**
18
26
* Defines a `Pagination` controller instance.
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ export interface PaginationState {
75
75
}
76
76
77
77
export interface CorePaginationOptions {
78
+ /**
79
+ * For internal use by Headless.
80
+ */
78
81
slotId ?: string ;
79
82
/**
80
83
* The number of products to fetch per page.
Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ export type {
179
179
Pagination ,
180
180
PaginationProps ,
181
181
PaginationState ,
182
+ PaginationOptions ,
183
+ CorePaginationOptions ,
182
184
} from './controllers/commerce/core/pagination/headless-core-commerce-pagination.ssr.js' ;
183
185
export { definePagination } from './controllers/commerce/core/pagination/headless-core-commerce-pagination.ssr.js' ;
184
186
You can’t perform that action at this time.
0 commit comments