We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a708727 commit d575d29Copy full SHA for d575d29
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