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 1132743 commit 6ccafc6Copy full SHA for 6ccafc6
src/index.tsx
@@ -1,2 +1,3 @@
1
export { default } from "./usePaginatedList";
2
-export * from "./type";
+export { default as usePaginatedList } from "./usePaginatedList";
3
+export type * from "./type";
0 commit comments