| 12345678910111213141516171819 | 
							- /**
 
-  * The type for the regular slider.
 
-  *
 
-  * @since 3.0.0
 
-  */
 
- export declare const SLIDE = "slide";
 
- /**
 
-  * The type for the carousel slider.
 
-  *
 
-  * @since 3.0.0
 
-  */
 
- export declare const LOOP = "loop";
 
- /**
 
-  * The type for the fade slider that can not have multiple slides in a page.
 
-  *
 
-  * @since 3.0.0
 
-  */
 
- export declare const FADE = "fade";
 
- //# sourceMappingURL=../../../src/js/constants/types.d.ts.map
 
 
  |