export type { OptionsComponent } from './Options/Options'; export type { DirectionComponent } from './Direction/Direction'; export type { ElementsComponent } from './Elements/Elements'; export type { SlidesComponent } from './Slides/Slides'; export type { SlideComponent } from './Slides/Slide'; export type { LayoutComponent } from './Layout/Layout'; export type { ClonesComponent } from './Clones/Clones'; export type { MoveComponent } from './Move/Move'; export type { ControllerComponent } from './Controller/Controller'; export type { ArrowsComponent } from './Arrows/Arrows'; export type { AutoplayComponent } from './Autoplay/Autoplay'; export type { CoverComponent } from './Cover/Cover'; export type { ScrollComponent } from './Scroll/Scroll'; export type { DragComponent } from './Drag/Drag'; export type { KeyboardComponent } from './Keyboard/Keyboard'; export type { LazyLoadComponent } from './LazyLoad/LazyLoad'; export type { PaginationComponent } from './Pagination/Pagination'; export type { SyncComponent } from './Sync/Sync'; export type { WheelComponent } from './Wheel/Wheel'; export type { PaginationData, PaginationItem } from './Pagination/Pagination'; //# sourceMappingURL=../../../src/js/components/types.d.ts.map