Skip to content

Commit 455c92a

Browse files
authored
fix: convergent export for type (#549)
1 parent 4829109 commit 455c92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { default } from './Pagination';
2-
export type * from './interface';
2+
export type { PaginationLocale, PaginationProps } from './interface';

0 commit comments

Comments
 (0)