Skip to content

Commit

Permalink
fix: fix export TS description
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Dec 1, 2023
1 parent 68bc1f4 commit 10d1e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from './Pagination';
export type { PaginationProps } from './interface';
export type * from './interface';

0 comments on commit 10d1e45

Please sign in to comment.