types.d.ts 402 B

12345678910111213141516171819
  1. /**
  2. * The type for the regular slider.
  3. *
  4. * @since 3.0.0
  5. */
  6. export declare const SLIDE = "slide";
  7. /**
  8. * The type for the carousel slider.
  9. *
  10. * @since 3.0.0
  11. */
  12. export declare const LOOP = "loop";
  13. /**
  14. * The type for the fade slider that can not have multiple slides in a page.
  15. *
  16. * @since 3.0.0
  17. */
  18. export declare const FADE = "fade";
  19. //# sourceMappingURL=../../../src/js/constants/types.d.ts.map