Skip to content

Commit eda87f6

Browse files
committed
chore: update types
1 parent cd6918e commit eda87f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/machines/pagination/src/pagination.props.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const props = createProps<PaginationProps>()([
1717
"siblingCount",
1818
"translations",
1919
"type",
20+
"getPageUrl",
2021
])
2122
export const splitProps = createSplitProps<Partial<PaginationProps>>(props)
2223

0 commit comments

Comments
 (0)