We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4829109 commit 455c92aCopy full SHA for 455c92a
src/index.ts
@@ -1,2 +1,2 @@
1
export { default } from './Pagination';
2
-export type * from './interface';
+export type { PaginationLocale, PaginationProps } from './interface';
0 commit comments