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 cd6918e commit eda87f6Copy full SHA for eda87f6
packages/machines/pagination/src/pagination.props.ts
@@ -17,6 +17,7 @@ export const props = createProps<PaginationProps>()([
17
"siblingCount",
18
"translations",
19
"type",
20
+ "getPageUrl",
21
])
22
export const splitProps = createSplitProps<Partial<PaginationProps>>(props)
23
0 commit comments