rickvanlieshout.com/internal/testing/__mocks__/page-context.ts
2022-04-16 14:53:32 +00:00

11 lines
210 B
TypeScript

export default {
group: "typography",
pagination: {
currentPage: 2,
prevPagePath: "/typography/page/1",
nextPagePath: "/typography/page/3",
hasNextPage: true,
hasPrevPage: true,
},
};