export { EmblaOptionsType } from 'embla-carousel/components/Options';
export { EmblaEventType, EmblaEventListType } from 'embla-carousel/components/EventHandler';
export { EmblaPluginType } from 'embla-carousel/components/Plugins';
export { EmblaCarouselType } from 'embla-carousel/components/EmblaCarousel';
export { UseEmblaCarouselType } from './components/useEmblaCarousel';
export { default } from './components/useEmblaCarousel';
