diff --git a/src/index.ts b/src/index.ts index 6aa2b927..f0ac579e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,2 @@ export { default } from './Pagination'; -export type * from './interface'; +export * from './interface';