Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 14, 2024
1 parent 2fe4ddf commit 30401ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-jeans-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

update `PaginationSnippetProps` type
1 change: 1 addition & 0 deletions packages/bits-ui/src/lib/bits/pagination/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type {
type PaginationSnippetProps = {
pages: PageItem[];
range: { start: number; end: number };
currentPage: number;
};

export type PaginationRootPropsWithoutHTML = WithChild<
Expand Down

0 comments on commit 30401ad

Please sign in to comment.