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 4829109 commit d930b15Copy full SHA for d930b15
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