index.ts 940 B

1234567891011121314151617181920
  1. export { Options } from './Options/Options';
  2. export { Direction } from './Direction/Direction';
  3. export { Elements } from './Elements/Elements';
  4. export { Slides } from './Slides/Slides';
  5. export { Layout } from './Layout/Layout';
  6. export { Clones } from './Clones/Clones';
  7. export { Move } from './Move/Move';
  8. export { Controller } from './Controller/Controller';
  9. export { Arrows } from './Arrows/Arrows';
  10. export { Autoplay } from './Autoplay/Autoplay';
  11. export { Cover } from './Cover/Cover';
  12. export { Scroll } from './Scroll/Scroll';
  13. export { Drag } from './Drag/Drag';
  14. export { Keyboard } from './Keyboard/Keyboard';
  15. export { LazyLoad } from './LazyLoad/LazyLoad';
  16. export { Pagination } from './Pagination/Pagination';
  17. export { Sync } from './Sync/Sync';
  18. export { Wheel } from './Wheel/Wheel';
  19. export { Live } from './Live/Live';
  20. export { Motion } from './Motion/Motion';