Skip to content

Commit

Permalink
Merge pull request #397 from Tofandel/patch-3
Browse files Browse the repository at this point in the history
Export all types
  • Loading branch information
ismail9k authored Oct 23, 2024
2 parents e5240b4 + 4eb6b16 commit acec401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ import Navigation from './components/Navigation'
import Pagination from './components/Pagination'
import Slide from './components/Slide'


export * from '@/types';
export { Carousel, Slide, Navigation, Pagination, Icon }

0 comments on commit acec401

Please sign in to comment.