Skip to content

Commit

Permalink
feat: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Sep 7, 2021
1 parent af964e3 commit 2dcceb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export type { ICarouselProps, ICarouselInstance } from './Carousel';
import Carousel from './Carousel';

export default Carousel;

0 comments on commit 2dcceb8

Please sign in to comment.