types.ts 1.3 KB

12345678910111213141516171819202122
  1. export type { OptionsComponent } from './Options/Options';
  2. export type { DirectionComponent } from './Direction/Direction';
  3. export type { ElementsComponent } from './Elements/Elements';
  4. export type { SlidesComponent } from './Slides/Slides';
  5. export type { SlideComponent } from './Slides/Slide';
  6. export type { LayoutComponent } from './Layout/Layout';
  7. export type { ClonesComponent } from './Clones/Clones';
  8. export type { MoveComponent } from './Move/Move';
  9. export type { ControllerComponent } from './Controller/Controller';
  10. export type { ArrowsComponent } from './Arrows/Arrows';
  11. export type { AutoplayComponent } from './Autoplay/Autoplay';
  12. export type { CoverComponent } from './Cover/Cover';
  13. export type { ScrollComponent } from './Scroll/Scroll';
  14. export type { DragComponent } from './Drag/Drag';
  15. export type { KeyboardComponent } from './Keyboard/Keyboard';
  16. export type { LazyLoadComponent } from './LazyLoad/LazyLoad';
  17. export type { PaginationComponent } from './Pagination/Pagination';
  18. export type { SyncComponent } from './Sync/Sync';
  19. export type { WheelComponent } from './Wheel/Wheel';
  20. export type { LiveComponent } from './Live/Live';
  21. export type { PaginationData, PaginationItem } from './Pagination/Pagination';