@mantine/carousel
Version:
Embla based carousel
7 lines (6 loc) • 388 B
text/typescript
import type { EmblaCarouselType } from 'embla-carousel-react';
export type Embla = EmblaCarouselType;
export { Carousel } from './Carousel';
export { useAnimationOffsetEffect } from './use-animation-offset-effect';
export { CarouselSlide } from './CarouselSlide/CarouselSlide';
export type { CarouselProps, CarouselCssVariables, CarouselFactory, CarouselStylesNames, } from './Carousel';