Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Jun 10, 2024
1 parent c4e6b45 commit 395e6f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/svelte-ux/src/lib/components/Pagination.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
| 'pagination'
| 'perPage'
| 'actions';
/** Determine which actions to show */
export let show: ShowComponent[] = ['prevPage', 'pagination', 'nextPage'];
export let classes: {
Expand Down

0 comments on commit 395e6f2

Please sign in to comment.