types.d.ts 1.0 KB

1234567891011121314151617181920
  1. export { OptionsComponent } from './Options/Options';
  2. export { DirectionComponent } from './Direction/Direction';
  3. export { ElementsComponent } from './Elements/Elements';
  4. export { SlidesComponent } from './Slides/Slides';
  5. export { SlideComponent } from './Slides/Slide';
  6. export { LayoutComponent } from './Layout/Layout';
  7. export { ClonesComponent } from './Clones/Clones';
  8. export { MoveComponent } from './Move/Move';
  9. export { ControllerComponent } from './Controller/Controller';
  10. export { ArrowsComponent } from './Arrows/Arrows';
  11. export { AutoplayComponent } from './Autoplay/Autoplay';
  12. export { CoverComponent } from './Cover/Cover';
  13. export { ScrollComponent } from './Scroll/Scroll';
  14. export { DragComponent } from './Drag/Drag';
  15. export { KeyboardComponent } from './Keyboard/Keyboard';
  16. export { LazyLoadComponent } from './LazyLoad/LazyLoad';
  17. export { PaginationComponent } from './Pagination/Pagination';
  18. export { SyncComponent } from './Sync/Sync';
  19. export { WheelComponent } from './Wheel/Wheel';
  20. //# sourceMappingURL=../../../src/js/components/types.d.ts.map